1 instantiation of ScrollChrome
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
164DefaultConstructor = delegate () { return new Microsoft.Windows.Themes.ScrollChrome(); },
11 references to ScrollChrome
PresentationFramework.Royale (11)
Microsoft\Windows\Themes\ScrollChrome.cs (6)
24IsEnabledProperty.OverrideMetadata(typeof(ScrollChrome), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender)); 44typeof(ScrollChrome), 66typeof(ScrollChrome), 116public static readonly DependencyProperty PaddingProperty = Control.PaddingProperty.AddOwner(typeof(ScrollChrome)); 131= ButtonChrome.RenderMouseOverProperty.AddOwner(typeof(ScrollChrome), 150= ButtonChrome.RenderPressedProperty.AddOwner(typeof(ScrollChrome),
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (5)
141Type type = typeof(Microsoft.Windows.Themes.ScrollChrome); 142DependencyProperty dp = Microsoft.Windows.Themes.ScrollChrome.ScrollGlyphProperty; 144System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(typeof(Microsoft.Windows.Themes.ScrollChrome)), // DeclaringType 162typeof(Microsoft.Windows.Themes.ScrollChrome)) 268if (UnderlyingType == typeof(ScrollChrome) && name == "ScrollGlyph")