1 instantiation of ScrollChrome
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
150bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.ScrollChrome(); };
11 references to ScrollChrome
PresentationFramework.Royale (11)
Microsoft\Windows\Themes\ScrollChrome.cs (6)
35IsEnabledProperty.OverrideMetadata(typeof(ScrollChrome), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender)); 55typeof(ScrollChrome), 77typeof(ScrollChrome), 127public static readonly DependencyProperty PaddingProperty = Control.PaddingProperty.AddOwner(typeof(ScrollChrome)); 142= ButtonChrome.RenderMouseOverProperty.AddOwner(typeof(ScrollChrome), 161= ButtonChrome.RenderPressedProperty.AddOwner(typeof(ScrollChrome),
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")