1 instantiation of ScrollChrome
PresentationFramework.Aero (1)
parent\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
150bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.ScrollChrome(); };
15 references to ScrollChrome
PresentationFramework.Aero (15)
Microsoft\Windows\Themes\ScrollChrome.cs (10)
36IsEnabledProperty.OverrideMetadata(typeof(ScrollChrome), new FrameworkPropertyMetadata(new PropertyChangedCallback(OnEnabledChanged))); 57typeof(ScrollChrome), 107ScrollChrome chrome = ((ScrollChrome)o); 198typeof(ScrollChrome), 215ScrollChrome chrome = ((ScrollChrome)o); 302typeof(ScrollChrome), 319ScrollChrome chrome = ((ScrollChrome)o);
parent\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (5)
130Type type = typeof(Microsoft.Windows.Themes.ScrollChrome); 131DependencyProperty dp = Microsoft.Windows.Themes.ScrollChrome.ScrollGlyphProperty; 133System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(typeof(Microsoft.Windows.Themes.ScrollChrome)), // DeclaringType 149typeof(Microsoft.Windows.Themes.ScrollChrome)); 247if (UnderlyingType == typeof(ScrollChrome) && name == "ScrollGlyph")