1 instantiation of ScrollGlyph
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
181
DefaultConstructor = delegate () { return new Microsoft.Windows.Themes.
ScrollGlyph
(); },
27 references to ScrollGlyph
PresentationFramework.AeroLite (27)
Microsoft\Windows\Themes\ScrollChrome.cs (24)
43
typeof(
ScrollGlyph
),
46
ScrollGlyph
.None,
56
public static
ScrollGlyph
GetScrollGlyph(DependencyObject element)
60
return (
ScrollGlyph
) element.GetValue(ScrollGlyphProperty);
68
public static void SetScrollGlyph(DependencyObject element,
ScrollGlyph
value)
75
private
ScrollGlyph
ScrollGlyph
77
get { return (
ScrollGlyph
) GetValue(ScrollGlyphProperty); }
82
ScrollGlyph
glyph = (
ScrollGlyph
)o;
83
return glyph ==
ScrollGlyph
.None ||
84
glyph ==
ScrollGlyph
.VerticalGripper ||
85
glyph ==
ScrollGlyph
.HorizontalGripper;
173
case
ScrollGlyph
.HorizontalGripper:
181
case
ScrollGlyph
.VerticalGripper:
220
if ((brush != null) && (_scrollGlyph !=
ScrollGlyph
.None))
224
case
ScrollGlyph
.HorizontalGripper:
228
case
ScrollGlyph
.VerticalGripper:
334
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
335
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
437
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
438
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
482
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
483
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
513
private
ScrollGlyph
_scrollGlyph;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (3)
151
TypeConverterType = typeof(Microsoft.Windows.Themes.
ScrollGlyph
)
179
typeof(Microsoft.Windows.Themes.
ScrollGlyph
))
182
TypeConverterType = typeof(Microsoft.Windows.Themes.
ScrollGlyph
),