1 instantiation of ScrollGlyph
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
182
DefaultConstructor = delegate () { return new Microsoft.Windows.Themes.
ScrollGlyph
(); },
58 references to ScrollGlyph
PresentationFramework.Luna (58)
Microsoft\Windows\Themes\ScrollChrome.cs (55)
84
typeof(
ScrollGlyph
),
87
ScrollGlyph
.None,
96
public static
ScrollGlyph
GetScrollGlyph(DependencyObject element)
100
return (
ScrollGlyph
)element.GetValue(ScrollGlyphProperty);
108
public static void SetScrollGlyph(DependencyObject element,
ScrollGlyph
value)
115
private
ScrollGlyph
ScrollGlyph
117
get { return (
ScrollGlyph
)GetValue(ScrollGlyphProperty); }
122
ScrollGlyph
glyph = (
ScrollGlyph
)o;
123
return glyph ==
ScrollGlyph
.None ||
124
glyph ==
ScrollGlyph
.LeftArrow ||
125
glyph ==
ScrollGlyph
.RightArrow ||
126
glyph ==
ScrollGlyph
.UpArrow ||
127
glyph ==
ScrollGlyph
.DownArrow ||
128
glyph ==
ScrollGlyph
.VerticalGripper ||
129
glyph ==
ScrollGlyph
.HorizontalGripper;
219
ScrollGlyph
glyph = ScrollGlyph;
260
case
ScrollGlyph
.LeftArrow:
261
case
ScrollGlyph
.RightArrow:
262
case
ScrollGlyph
.HorizontalGripper:
270
case
ScrollGlyph
.UpArrow:
271
case
ScrollGlyph
.DownArrow:
272
case
ScrollGlyph
.VerticalGripper:
344
private void DrawGlyph(DrawingContext dc,
ScrollGlyph
glyph, ref Rect bounds)
351
if ((brush != null) && (glyph !=
ScrollGlyph
.None))
355
case
ScrollGlyph
.HorizontalGripper:
359
case
ScrollGlyph
.VerticalGripper:
363
case
ScrollGlyph
.LeftArrow:
364
case
ScrollGlyph
.RightArrow:
365
case
ScrollGlyph
.UpArrow:
366
case
ScrollGlyph
.DownArrow:
570
private void DrawArrow(DrawingContext dc, Brush brush, Rect bounds,
ScrollGlyph
glyph)
578
case
ScrollGlyph
.LeftArrow:
579
case
ScrollGlyph
.RightArrow:
583
case
ScrollGlyph
.UpArrow:
584
case
ScrollGlyph
.DownArrow:
624
case
ScrollGlyph
.LeftArrow:
628
case
ScrollGlyph
.RightArrow:
632
case
ScrollGlyph
.UpArrow:
636
case
ScrollGlyph
.DownArrow:
1330
ScrollGlyph
glyph = ScrollGlyph;
1333
if (glyph ==
ScrollGlyph
.VerticalGripper)
1362
else if (glyph ==
ScrollGlyph
.HorizontalGripper)
1671
ScrollGlyph
scrollGlyph = ScrollGlyph;
1673
if (scrollGlyph ==
ScrollGlyph
.HorizontalGripper || scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1891
ScrollGlyph
scrollGlyph = ScrollGlyph;
1893
if (scrollGlyph ==
ScrollGlyph
.HorizontalGripper || scrollGlyph ==
ScrollGlyph
.VerticalGripper)
2056
ScrollGlyph
glyph = ScrollGlyph;
2059
else if (RenderPressed && (glyph ==
ScrollGlyph
.HorizontalGripper || glyph ==
ScrollGlyph
.VerticalGripper) )
2356
ScrollGlyph
scrollGlyph = ScrollGlyph;
2378
if (scrollGlyph ==
ScrollGlyph
.HorizontalGripper || scrollGlyph ==
ScrollGlyph
.VerticalGripper)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (3)
152
TypeConverterType = typeof(Microsoft.Windows.Themes.
ScrollGlyph
)
180
typeof(Microsoft.Windows.Themes.
ScrollGlyph
))
183
TypeConverterType = typeof(Microsoft.Windows.Themes.
ScrollGlyph
),