1 instantiation of ScrollChrome
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
150
bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.
ScrollChrome
(); };
12 references to ScrollChrome
PresentationFramework.Luna (12)
Microsoft\Windows\Themes\ScrollChrome.cs (7)
35
IsEnabledProperty.OverrideMetadata(typeof(
ScrollChrome
), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender));
53
= ButtonChrome.ThemeColorProperty.AddOwner(typeof(
ScrollChrome
),
73
typeof(
ScrollChrome
),
95
typeof(
ScrollChrome
),
145
public static readonly DependencyProperty PaddingProperty = Control.PaddingProperty.AddOwner(typeof(
ScrollChrome
));
160
= ButtonChrome.RenderMouseOverProperty.AddOwner(typeof(
ScrollChrome
),
179
= ButtonChrome.RenderPressedProperty.AddOwner(typeof(
ScrollChrome
),
parent\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (5)
130
Type type = typeof(Microsoft.Windows.Themes.
ScrollChrome
);
131
DependencyProperty dp = Microsoft.Windows.Themes.
ScrollChrome
.ScrollGlyphProperty;
133
System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(typeof(Microsoft.Windows.Themes.
ScrollChrome
)), // DeclaringType
149
typeof(Microsoft.Windows.Themes.
ScrollChrome
));
247
if (UnderlyingType == typeof(
ScrollChrome
) && name == "ScrollGlyph")