1 instantiation of ScrollGlyph
PresentationFramework.Aero (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
181
DefaultConstructor = delegate () { return new Microsoft.Windows.Themes.
ScrollGlyph
(); },
87 references to ScrollGlyph
PresentationFramework.Aero (87)
Microsoft\Windows\Themes\ScrollChrome.cs (84)
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
.LeftArrow ||
86
glyph ==
ScrollGlyph
.RightArrow ||
87
glyph ==
ScrollGlyph
.UpArrow ||
88
glyph ==
ScrollGlyph
.DownArrow ||
89
glyph ==
ScrollGlyph
.VerticalGripper ||
90
glyph ==
ScrollGlyph
.HorizontalGripper;
109
if (chrome._scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
110
chrome._scrollGlyph ==
ScrollGlyph
.VerticalGripper)
146
if (chrome._scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
147
chrome._scrollGlyph ==
ScrollGlyph
.VerticalGripper)
267
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
268
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
344
if (chrome._scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
345
chrome._scrollGlyph ==
ScrollGlyph
.VerticalGripper)
429
case
ScrollGlyph
.LeftArrow:
430
case
ScrollGlyph
.RightArrow:
431
case
ScrollGlyph
.HorizontalGripper:
439
case
ScrollGlyph
.UpArrow:
440
case
ScrollGlyph
.DownArrow:
441
case
ScrollGlyph
.VerticalGripper:
515
if ((brush != null) && (_scrollGlyph !=
ScrollGlyph
.None))
519
case
ScrollGlyph
.HorizontalGripper:
523
case
ScrollGlyph
.VerticalGripper:
527
case
ScrollGlyph
.LeftArrow:
528
case
ScrollGlyph
.RightArrow:
529
case
ScrollGlyph
.UpArrow:
530
case
ScrollGlyph
.DownArrow:
730
if (_scrollGlyph ==
ScrollGlyph
.LeftArrow || _scrollGlyph ==
ScrollGlyph
.RightArrow)
771
case
ScrollGlyph
.LeftArrow:
775
case
ScrollGlyph
.RightArrow:
779
case
ScrollGlyph
.UpArrow:
783
case
ScrollGlyph
.DownArrow:
1004
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1005
_scrollGlyph ==
ScrollGlyph
.LeftArrow ||
1006
_scrollGlyph ==
ScrollGlyph
.RightArrow)
1016
else if (IsEnabled || _scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1035
else if (IsEnabled || _scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1050
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1054
else if (_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1060
if (_scrollGlyph ==
ScrollGlyph
.LeftArrow ||
1061
_scrollGlyph ==
ScrollGlyph
.RightArrow)
1077
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1081
else if (_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1187
_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1188
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1204
if (!(_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1205
_scrollGlyph ==
ScrollGlyph
.VerticalGripper))
1214
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1215
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1263
_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1264
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1280
if (!(_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1281
_scrollGlyph ==
ScrollGlyph
.VerticalGripper))
1290
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1291
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1338
_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1339
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1355
if (!(_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1356
_scrollGlyph ==
ScrollGlyph
.VerticalGripper))
1365
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1366
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1680
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1695
else if (_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1735
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1736
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1742
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1764
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1768
else if (_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1812
if ((_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1813
_scrollGlyph ==
ScrollGlyph
.VerticalGripper))
1827
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1828
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1873
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
),