1 instantiation of ScrollChrome
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
164
DefaultConstructor = delegate () { return new Microsoft.Windows.Themes.
ScrollChrome
(); },
12 references to ScrollChrome
PresentationFramework.Luna (12)
Microsoft\Windows\Themes\ScrollChrome.cs (7)
24
IsEnabledProperty.OverrideMetadata(typeof(
ScrollChrome
), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender));
42
= ButtonChrome.ThemeColorProperty.AddOwner(typeof(
ScrollChrome
),
62
typeof(
ScrollChrome
),
84
typeof(
ScrollChrome
),
134
public static readonly DependencyProperty PaddingProperty = Control.PaddingProperty.AddOwner(typeof(
ScrollChrome
));
149
= ButtonChrome.RenderMouseOverProperty.AddOwner(typeof(
ScrollChrome
),
168
= ButtonChrome.RenderPressedProperty.AddOwner(typeof(
ScrollChrome
),
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (5)
141
Type type = typeof(Microsoft.Windows.Themes.
ScrollChrome
);
142
DependencyProperty dp = Microsoft.Windows.Themes.
ScrollChrome
.ScrollGlyphProperty;
144
System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(typeof(Microsoft.Windows.Themes.
ScrollChrome
)), // DeclaringType
162
typeof(Microsoft.Windows.Themes.
ScrollChrome
))
268
if (UnderlyingType == typeof(
ScrollChrome
) && name == "ScrollGlyph")