1 instantiation of ScrollGlyph
PresentationFramework.Aero (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
182
DefaultConstructor = delegate () { return new Microsoft.Windows.Themes.
ScrollGlyph
(); },
87 references to ScrollGlyph
PresentationFramework.Aero (87)
Microsoft\Windows\Themes\ScrollChrome.cs (84)
45
typeof(
ScrollGlyph
),
48
ScrollGlyph
.None,
58
public static
ScrollGlyph
GetScrollGlyph(DependencyObject element)
62
return (
ScrollGlyph
) element.GetValue(ScrollGlyphProperty);
70
public static void SetScrollGlyph(DependencyObject element,
ScrollGlyph
value)
77
private
ScrollGlyph
ScrollGlyph
79
get { return (
ScrollGlyph
) GetValue(ScrollGlyphProperty); }
84
ScrollGlyph
glyph = (
ScrollGlyph
)o;
85
return glyph ==
ScrollGlyph
.None ||
86
glyph ==
ScrollGlyph
.LeftArrow ||
87
glyph ==
ScrollGlyph
.RightArrow ||
88
glyph ==
ScrollGlyph
.UpArrow ||
89
glyph ==
ScrollGlyph
.DownArrow ||
90
glyph ==
ScrollGlyph
.VerticalGripper ||
91
glyph ==
ScrollGlyph
.HorizontalGripper;
110
if (chrome._scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
111
chrome._scrollGlyph ==
ScrollGlyph
.VerticalGripper)
147
if (chrome._scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
148
chrome._scrollGlyph ==
ScrollGlyph
.VerticalGripper)
268
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
269
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
345
if (chrome._scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
346
chrome._scrollGlyph ==
ScrollGlyph
.VerticalGripper)
430
case
ScrollGlyph
.LeftArrow:
431
case
ScrollGlyph
.RightArrow:
432
case
ScrollGlyph
.HorizontalGripper:
440
case
ScrollGlyph
.UpArrow:
441
case
ScrollGlyph
.DownArrow:
442
case
ScrollGlyph
.VerticalGripper:
516
if ((brush != null) && (_scrollGlyph !=
ScrollGlyph
.None))
520
case
ScrollGlyph
.HorizontalGripper:
524
case
ScrollGlyph
.VerticalGripper:
528
case
ScrollGlyph
.LeftArrow:
529
case
ScrollGlyph
.RightArrow:
530
case
ScrollGlyph
.UpArrow:
531
case
ScrollGlyph
.DownArrow:
731
if (_scrollGlyph ==
ScrollGlyph
.LeftArrow || _scrollGlyph ==
ScrollGlyph
.RightArrow)
772
case
ScrollGlyph
.LeftArrow:
776
case
ScrollGlyph
.RightArrow:
780
case
ScrollGlyph
.UpArrow:
784
case
ScrollGlyph
.DownArrow:
1005
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1006
_scrollGlyph ==
ScrollGlyph
.LeftArrow ||
1007
_scrollGlyph ==
ScrollGlyph
.RightArrow)
1017
else if (IsEnabled || _scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1036
else if (IsEnabled || _scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1051
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1055
else if (_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1061
if (_scrollGlyph ==
ScrollGlyph
.LeftArrow ||
1062
_scrollGlyph ==
ScrollGlyph
.RightArrow)
1078
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1082
else if (_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1188
_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1189
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1205
if (!(_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1206
_scrollGlyph ==
ScrollGlyph
.VerticalGripper))
1215
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1216
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1264
_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1265
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1281
if (!(_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1282
_scrollGlyph ==
ScrollGlyph
.VerticalGripper))
1291
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1292
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1339
_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1340
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1356
if (!(_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1357
_scrollGlyph ==
ScrollGlyph
.VerticalGripper))
1366
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1367
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1681
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1696
else if (_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1736
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1737
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1743
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1765
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1769
else if (_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1813
if ((_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1814
_scrollGlyph ==
ScrollGlyph
.VerticalGripper))
1828
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1829
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1874
private
ScrollGlyph
_scrollGlyph;
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
),