1 instantiation of ScrollChrome
PresentationFramework.Aero (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
165
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);
193
typeof(
ScrollChrome
),
210
ScrollChrome
chrome = ((
ScrollChrome
)o);
299
typeof(
ScrollChrome
),
316
ScrollChrome
chrome = ((
ScrollChrome
)o);
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")