1 instantiation of ScrollChrome
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
165DefaultConstructor = delegate () { return new Microsoft.Windows.Themes.ScrollChrome(); },
9 references to ScrollChrome
PresentationFramework.AeroLite (9)
Microsoft\Windows\Themes\ScrollChrome.cs (4)
24IsEnabledProperty.OverrideMetadata(typeof(ScrollChrome), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender)); 45typeof(ScrollChrome), 95typeof(ScrollChrome), 115typeof(ScrollChrome),
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (5)
142Type type = typeof(Microsoft.Windows.Themes.ScrollChrome); 143DependencyProperty dp = Microsoft.Windows.Themes.ScrollChrome.ScrollGlyphProperty; 145System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(typeof(Microsoft.Windows.Themes.ScrollChrome)), // DeclaringType 163typeof(Microsoft.Windows.Themes.ScrollChrome)) 269if (UnderlyingType == typeof(ScrollChrome) && name == "ScrollGlyph")