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