1 instantiation of ScrollGlyph
PresentationFramework.Aero (1)
parent\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
165
bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.
ScrollGlyph
(); };
87 references to ScrollGlyph
PresentationFramework.Aero (87)
Microsoft\Windows\Themes\ScrollChrome.cs (84)
56
typeof(
ScrollGlyph
),
59
ScrollGlyph
.None,
69
public static
ScrollGlyph
GetScrollGlyph(DependencyObject element)
73
return (
ScrollGlyph
) element.GetValue(ScrollGlyphProperty);
81
public static void SetScrollGlyph(DependencyObject element,
ScrollGlyph
value)
88
private
ScrollGlyph
ScrollGlyph
90
get { return (
ScrollGlyph
) GetValue(ScrollGlyphProperty); }
95
ScrollGlyph
glyph = (
ScrollGlyph
)o;
96
return glyph ==
ScrollGlyph
.None ||
97
glyph ==
ScrollGlyph
.LeftArrow ||
98
glyph ==
ScrollGlyph
.RightArrow ||
99
glyph ==
ScrollGlyph
.UpArrow ||
100
glyph ==
ScrollGlyph
.DownArrow ||
101
glyph ==
ScrollGlyph
.VerticalGripper ||
102
glyph ==
ScrollGlyph
.HorizontalGripper;
121
if (chrome._scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
122
chrome._scrollGlyph ==
ScrollGlyph
.VerticalGripper)
158
if (chrome._scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
159
chrome._scrollGlyph ==
ScrollGlyph
.VerticalGripper)
271
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
272
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
348
if (chrome._scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
349
chrome._scrollGlyph ==
ScrollGlyph
.VerticalGripper)
433
case
ScrollGlyph
.LeftArrow:
434
case
ScrollGlyph
.RightArrow:
435
case
ScrollGlyph
.HorizontalGripper:
443
case
ScrollGlyph
.UpArrow:
444
case
ScrollGlyph
.DownArrow:
445
case
ScrollGlyph
.VerticalGripper:
519
if ((brush != null) && (_scrollGlyph !=
ScrollGlyph
.None))
523
case
ScrollGlyph
.HorizontalGripper:
527
case
ScrollGlyph
.VerticalGripper:
531
case
ScrollGlyph
.LeftArrow:
532
case
ScrollGlyph
.RightArrow:
533
case
ScrollGlyph
.UpArrow:
534
case
ScrollGlyph
.DownArrow:
726
if (_scrollGlyph ==
ScrollGlyph
.LeftArrow || _scrollGlyph ==
ScrollGlyph
.RightArrow)
765
case
ScrollGlyph
.LeftArrow:
769
case
ScrollGlyph
.RightArrow:
773
case
ScrollGlyph
.UpArrow:
777
case
ScrollGlyph
.DownArrow:
986
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
987
_scrollGlyph ==
ScrollGlyph
.LeftArrow ||
988
_scrollGlyph ==
ScrollGlyph
.RightArrow)
998
else if (IsEnabled || _scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1017
else if (IsEnabled || _scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1032
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1036
else if (_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1042
if (_scrollGlyph ==
ScrollGlyph
.LeftArrow ||
1043
_scrollGlyph ==
ScrollGlyph
.RightArrow)
1059
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1063
else if (_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1163
_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1164
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1180
if (!(_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1181
_scrollGlyph ==
ScrollGlyph
.VerticalGripper))
1190
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1191
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1235
_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1236
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1252
if (!(_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1253
_scrollGlyph ==
ScrollGlyph
.VerticalGripper))
1262
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1263
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1306
_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1307
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1323
if (!(_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1324
_scrollGlyph ==
ScrollGlyph
.VerticalGripper))
1333
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1334
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1628
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1643
else if (_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1683
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1684
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1688
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1710
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1714
else if (_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1756
if ((_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1757
_scrollGlyph ==
ScrollGlyph
.VerticalGripper))
1771
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1772
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1817
private
ScrollGlyph
_scrollGlyph;
parent\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (3)
139
bamlMember.TypeConverterType = typeof(Microsoft.Windows.Themes.
ScrollGlyph
);
164
typeof(Microsoft.Windows.Themes.
ScrollGlyph
));
166
bamlType.TypeConverterType = typeof(Microsoft.Windows.Themes.
ScrollGlyph
);