1 instantiation of ScrollGlyph
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
167
bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.
ScrollGlyph
(); };
27 references to ScrollGlyph
PresentationFramework.AeroLite (27)
Microsoft\Windows\Themes\ScrollChrome.cs (24)
44
typeof(
ScrollGlyph
),
47
ScrollGlyph
.None,
57
public static
ScrollGlyph
GetScrollGlyph(DependencyObject element)
61
return (
ScrollGlyph
) element.GetValue(ScrollGlyphProperty);
69
public static void SetScrollGlyph(DependencyObject element,
ScrollGlyph
value)
76
private
ScrollGlyph
ScrollGlyph
78
get { return (
ScrollGlyph
) GetValue(ScrollGlyphProperty); }
83
ScrollGlyph
glyph = (
ScrollGlyph
)o;
84
return glyph ==
ScrollGlyph
.None ||
85
glyph ==
ScrollGlyph
.VerticalGripper ||
86
glyph ==
ScrollGlyph
.HorizontalGripper;
174
case
ScrollGlyph
.HorizontalGripper:
182
case
ScrollGlyph
.VerticalGripper:
221
if ((brush != null) && (_scrollGlyph !=
ScrollGlyph
.None))
225
case
ScrollGlyph
.HorizontalGripper:
229
case
ScrollGlyph
.VerticalGripper:
335
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
336
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
432
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
433
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
477
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
478
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
508
private
ScrollGlyph
_scrollGlyph;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (3)
141
bamlMember.TypeConverterType = typeof(Microsoft.Windows.Themes.
ScrollGlyph
);
166
typeof(Microsoft.Windows.Themes.
ScrollGlyph
));
168
bamlType.TypeConverterType = typeof(Microsoft.Windows.Themes.
ScrollGlyph
);