1 instantiation of ScrollChrome
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
165
DefaultConstructor = delegate () { return new Microsoft.Windows.Themes.
ScrollChrome
(); },
12 references to ScrollChrome
PresentationFramework.Luna (12)
Microsoft\Windows\Themes\ScrollChrome.cs (7)
25
IsEnabledProperty.OverrideMetadata(typeof(
ScrollChrome
), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender));
43
= ButtonChrome.ThemeColorProperty.AddOwner(typeof(
ScrollChrome
),
63
typeof(
ScrollChrome
),
85
typeof(
ScrollChrome
),
135
public static readonly DependencyProperty PaddingProperty = Control.PaddingProperty.AddOwner(typeof(
ScrollChrome
));
150
= ButtonChrome.RenderMouseOverProperty.AddOwner(typeof(
ScrollChrome
),
169
= ButtonChrome.RenderPressedProperty.AddOwner(typeof(
ScrollChrome
),
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (5)
142
Type type = typeof(Microsoft.Windows.Themes.
ScrollChrome
);
143
DependencyProperty dp = Microsoft.Windows.Themes.
ScrollChrome
.ScrollGlyphProperty;
145
System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(typeof(Microsoft.Windows.Themes.
ScrollChrome
)), // DeclaringType
163
typeof(Microsoft.Windows.Themes.
ScrollChrome
))
269
if (UnderlyingType == typeof(
ScrollChrome
) && name == "ScrollGlyph")