1 instantiation of ScrollChrome
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
154
bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.
ScrollChrome
(); };
9 references to ScrollChrome
PresentationFramework.AeroLite (9)
Microsoft\Windows\Themes\ScrollChrome.cs (4)
30
IsEnabledProperty.OverrideMetadata(typeof(
ScrollChrome
), new FrameworkPropertyMetadata(true, FrameworkPropertyMetadataOptions.AffectsRender));
51
typeof(
ScrollChrome
),
101
typeof(
ScrollChrome
),
121
typeof(
ScrollChrome
),
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (5)
134
Type type = typeof(Microsoft.Windows.Themes.
ScrollChrome
);
135
DependencyProperty dp = Microsoft.Windows.Themes.
ScrollChrome
.ScrollGlyphProperty;
137
System.Windows.Markup.XamlReader.BamlSharedSchemaContext.GetXamlType(typeof(Microsoft.Windows.Themes.
ScrollChrome
)), // DeclaringType
153
typeof(Microsoft.Windows.Themes.
ScrollChrome
));
251
if (UnderlyingType == typeof(
ScrollChrome
) && name == "ScrollGlyph")