1 instantiation of ScrollChrome
PresentationFramework.Aero (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
154bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.ScrollChrome(); };
15 references to ScrollChrome
PresentationFramework.Aero (15)
Microsoft\Windows\Themes\ScrollChrome.cs (10)
30IsEnabledProperty.OverrideMetadata(typeof(ScrollChrome), new FrameworkPropertyMetadata(new PropertyChangedCallback(OnEnabledChanged))); 51typeof(ScrollChrome), 101ScrollChrome chrome = ((ScrollChrome)o); 192typeof(ScrollChrome), 209ScrollChrome chrome = ((ScrollChrome)o); 296typeof(ScrollChrome), 313ScrollChrome chrome = ((ScrollChrome)o);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (5)
134Type type = typeof(Microsoft.Windows.Themes.ScrollChrome); 135DependencyProperty dp = Microsoft.Windows.Themes.ScrollChrome.ScrollGlyphProperty; 137System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(typeof(Microsoft.Windows.Themes.ScrollChrome)), // DeclaringType 153typeof(Microsoft.Windows.Themes.ScrollChrome)); 251if (UnderlyingType == typeof(ScrollChrome) && name == "ScrollGlyph")