1 instantiation of ScrollChrome
PresentationFramework.Aero (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
152
bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.
ScrollChrome
(); };
15 references to ScrollChrome
PresentationFramework.Aero (15)
Microsoft\Windows\Themes\ScrollChrome.cs (10)
25
IsEnabledProperty.OverrideMetadata(typeof(
ScrollChrome
), new FrameworkPropertyMetadata(new PropertyChangedCallback(OnEnabledChanged)));
46
typeof(
ScrollChrome
),
96
ScrollChrome
chrome = ((
ScrollChrome
)o);
187
typeof(
ScrollChrome
),
204
ScrollChrome
chrome = ((
ScrollChrome
)o);
291
typeof(
ScrollChrome
),
308
ScrollChrome
chrome = ((
ScrollChrome
)o);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (5)
132
Type type = typeof(Microsoft.Windows.Themes.
ScrollChrome
);
133
DependencyProperty dp = Microsoft.Windows.Themes.
ScrollChrome
.ScrollGlyphProperty;
135
System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(typeof(Microsoft.Windows.Themes.
ScrollChrome
)), // DeclaringType
151
typeof(Microsoft.Windows.Themes.
ScrollChrome
));
249
if (UnderlyingType == typeof(
ScrollChrome
) && name == "ScrollGlyph")