1 instantiation of ScrollChrome
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
154bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.ScrollChrome(); };
12 references to ScrollChrome
PresentationFramework.Luna (12)
Microsoft\Windows\Themes\ScrollChrome.cs (7)
29IsEnabledProperty.OverrideMetadata(typeof(ScrollChrome), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender)); 47= ButtonChrome.ThemeColorProperty.AddOwner(typeof(ScrollChrome), 67typeof(ScrollChrome), 89typeof(ScrollChrome), 139public static readonly DependencyProperty PaddingProperty = Control.PaddingProperty.AddOwner(typeof(ScrollChrome)); 154= ButtonChrome.RenderMouseOverProperty.AddOwner(typeof(ScrollChrome), 173= ButtonChrome.RenderPressedProperty.AddOwner(typeof(ScrollChrome),
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")