1 instantiation of ScrollGlyph
PresentationFramework.Aero2 (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
167
bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.
ScrollGlyph
(); };
87 references to ScrollGlyph
PresentationFramework.Aero2 (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)
260
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
261
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
337
if (chrome._scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
338
chrome._scrollGlyph ==
ScrollGlyph
.VerticalGripper)
422
case
ScrollGlyph
.LeftArrow:
423
case
ScrollGlyph
.RightArrow:
424
case
ScrollGlyph
.HorizontalGripper:
432
case
ScrollGlyph
.UpArrow:
433
case
ScrollGlyph
.DownArrow:
434
case
ScrollGlyph
.VerticalGripper:
508
if ((brush != null) && (_scrollGlyph !=
ScrollGlyph
.None))
512
case
ScrollGlyph
.HorizontalGripper:
516
case
ScrollGlyph
.VerticalGripper:
520
case
ScrollGlyph
.LeftArrow:
521
case
ScrollGlyph
.RightArrow:
522
case
ScrollGlyph
.UpArrow:
523
case
ScrollGlyph
.DownArrow:
715
if (_scrollGlyph ==
ScrollGlyph
.LeftArrow || _scrollGlyph ==
ScrollGlyph
.RightArrow)
754
case
ScrollGlyph
.LeftArrow:
758
case
ScrollGlyph
.RightArrow:
762
case
ScrollGlyph
.UpArrow:
766
case
ScrollGlyph
.DownArrow:
975
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
976
_scrollGlyph ==
ScrollGlyph
.LeftArrow ||
977
_scrollGlyph ==
ScrollGlyph
.RightArrow)
987
else if (IsEnabled || _scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1006
else if (IsEnabled || _scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1021
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1025
else if (_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1031
if (_scrollGlyph ==
ScrollGlyph
.LeftArrow ||
1032
_scrollGlyph ==
ScrollGlyph
.RightArrow)
1048
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1052
else if (_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1152
_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1153
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1169
if (!(_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1170
_scrollGlyph ==
ScrollGlyph
.VerticalGripper))
1179
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1180
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1224
_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1225
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1241
if (!(_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1242
_scrollGlyph ==
ScrollGlyph
.VerticalGripper))
1251
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1252
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1295
_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1296
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1312
if (!(_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1313
_scrollGlyph ==
ScrollGlyph
.VerticalGripper))
1322
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1323
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1617
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1632
else if (_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1672
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1673
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1677
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1699
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1703
else if (_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1745
if ((_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1746
_scrollGlyph ==
ScrollGlyph
.VerticalGripper))
1760
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1761
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1806
private
ScrollGlyph
_scrollGlyph;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (3)
141
bamlMember.TypeConverterType = typeof(Microsoft.Windows.Themes.
ScrollGlyph
);
166
typeof(Microsoft.Windows.Themes.
ScrollGlyph
));
168
bamlType.TypeConverterType = typeof(Microsoft.Windows.Themes.
ScrollGlyph
);