1 instantiation of ScrollGlyph
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
181
DefaultConstructor = delegate () { return new Microsoft.Windows.Themes.
ScrollGlyph
(); },
58 references to ScrollGlyph
PresentationFramework.Luna (58)
Microsoft\Windows\Themes\ScrollChrome.cs (55)
83
typeof(
ScrollGlyph
),
86
ScrollGlyph
.None,
95
public static
ScrollGlyph
GetScrollGlyph(DependencyObject element)
99
return (
ScrollGlyph
)element.GetValue(ScrollGlyphProperty);
107
public static void SetScrollGlyph(DependencyObject element,
ScrollGlyph
value)
114
private
ScrollGlyph
ScrollGlyph
116
get { return (
ScrollGlyph
)GetValue(ScrollGlyphProperty); }
121
ScrollGlyph
glyph = (
ScrollGlyph
)o;
122
return glyph ==
ScrollGlyph
.None ||
123
glyph ==
ScrollGlyph
.LeftArrow ||
124
glyph ==
ScrollGlyph
.RightArrow ||
125
glyph ==
ScrollGlyph
.UpArrow ||
126
glyph ==
ScrollGlyph
.DownArrow ||
127
glyph ==
ScrollGlyph
.VerticalGripper ||
128
glyph ==
ScrollGlyph
.HorizontalGripper;
218
ScrollGlyph
glyph = ScrollGlyph;
259
case
ScrollGlyph
.LeftArrow:
260
case
ScrollGlyph
.RightArrow:
261
case
ScrollGlyph
.HorizontalGripper:
269
case
ScrollGlyph
.UpArrow:
270
case
ScrollGlyph
.DownArrow:
271
case
ScrollGlyph
.VerticalGripper:
343
private void DrawGlyph(DrawingContext dc,
ScrollGlyph
glyph, ref Rect bounds)
350
if ((brush != null) && (glyph !=
ScrollGlyph
.None))
354
case
ScrollGlyph
.HorizontalGripper:
358
case
ScrollGlyph
.VerticalGripper:
362
case
ScrollGlyph
.LeftArrow:
363
case
ScrollGlyph
.RightArrow:
364
case
ScrollGlyph
.UpArrow:
365
case
ScrollGlyph
.DownArrow:
569
private void DrawArrow(DrawingContext dc, Brush brush, Rect bounds,
ScrollGlyph
glyph)
577
case
ScrollGlyph
.LeftArrow:
578
case
ScrollGlyph
.RightArrow:
582
case
ScrollGlyph
.UpArrow:
583
case
ScrollGlyph
.DownArrow:
623
case
ScrollGlyph
.LeftArrow:
627
case
ScrollGlyph
.RightArrow:
631
case
ScrollGlyph
.UpArrow:
635
case
ScrollGlyph
.DownArrow:
1329
ScrollGlyph
glyph = ScrollGlyph;
1332
if (glyph ==
ScrollGlyph
.VerticalGripper)
1361
else if (glyph ==
ScrollGlyph
.HorizontalGripper)
1670
ScrollGlyph
scrollGlyph = ScrollGlyph;
1672
if (scrollGlyph ==
ScrollGlyph
.HorizontalGripper || scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1890
ScrollGlyph
scrollGlyph = ScrollGlyph;
1892
if (scrollGlyph ==
ScrollGlyph
.HorizontalGripper || scrollGlyph ==
ScrollGlyph
.VerticalGripper)
2055
ScrollGlyph
glyph = ScrollGlyph;
2058
else if (RenderPressed && (glyph ==
ScrollGlyph
.HorizontalGripper || glyph ==
ScrollGlyph
.VerticalGripper) )
2355
ScrollGlyph
scrollGlyph = ScrollGlyph;
2377
if (scrollGlyph ==
ScrollGlyph
.HorizontalGripper || scrollGlyph ==
ScrollGlyph
.VerticalGripper)
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
),