1 instantiation of ScrollChrome
PresentationFramework.Aero (1)
parent\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
150
bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.
ScrollChrome
(); };
15 references to ScrollChrome
PresentationFramework.Aero (15)
Microsoft\Windows\Themes\ScrollChrome.cs (10)
36
IsEnabledProperty.OverrideMetadata(typeof(
ScrollChrome
), new FrameworkPropertyMetadata(new PropertyChangedCallback(OnEnabledChanged)));
57
typeof(
ScrollChrome
),
107
ScrollChrome
chrome = ((
ScrollChrome
)o);
198
typeof(
ScrollChrome
),
215
ScrollChrome
chrome = ((
ScrollChrome
)o);
302
typeof(
ScrollChrome
),
319
ScrollChrome
chrome = ((
ScrollChrome
)o);
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")