1 instantiation of ScrollGlyph
PresentationFramework.Aero2 (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
169
bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.
ScrollGlyph
(); };
87 references to ScrollGlyph
PresentationFramework.Aero2 (87)
Microsoft\Windows\Themes\ScrollChrome.cs (84)
50
typeof(
ScrollGlyph
),
53
ScrollGlyph
.None,
63
public static
ScrollGlyph
GetScrollGlyph(DependencyObject element)
67
return (
ScrollGlyph
) element.GetValue(ScrollGlyphProperty);
75
public static void SetScrollGlyph(DependencyObject element,
ScrollGlyph
value)
82
private
ScrollGlyph
ScrollGlyph
84
get { return (
ScrollGlyph
) GetValue(ScrollGlyphProperty); }
89
ScrollGlyph
glyph = (
ScrollGlyph
)o;
90
return glyph ==
ScrollGlyph
.None ||
91
glyph ==
ScrollGlyph
.LeftArrow ||
92
glyph ==
ScrollGlyph
.RightArrow ||
93
glyph ==
ScrollGlyph
.UpArrow ||
94
glyph ==
ScrollGlyph
.DownArrow ||
95
glyph ==
ScrollGlyph
.VerticalGripper ||
96
glyph ==
ScrollGlyph
.HorizontalGripper;
115
if (chrome._scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
116
chrome._scrollGlyph ==
ScrollGlyph
.VerticalGripper)
152
if (chrome._scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
153
chrome._scrollGlyph ==
ScrollGlyph
.VerticalGripper)
265
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
266
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
342
if (chrome._scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
343
chrome._scrollGlyph ==
ScrollGlyph
.VerticalGripper)
427
case
ScrollGlyph
.LeftArrow:
428
case
ScrollGlyph
.RightArrow:
429
case
ScrollGlyph
.HorizontalGripper:
437
case
ScrollGlyph
.UpArrow:
438
case
ScrollGlyph
.DownArrow:
439
case
ScrollGlyph
.VerticalGripper:
513
if ((brush != null) && (_scrollGlyph !=
ScrollGlyph
.None))
517
case
ScrollGlyph
.HorizontalGripper:
521
case
ScrollGlyph
.VerticalGripper:
525
case
ScrollGlyph
.LeftArrow:
526
case
ScrollGlyph
.RightArrow:
527
case
ScrollGlyph
.UpArrow:
528
case
ScrollGlyph
.DownArrow:
720
if (_scrollGlyph ==
ScrollGlyph
.LeftArrow || _scrollGlyph ==
ScrollGlyph
.RightArrow)
759
case
ScrollGlyph
.LeftArrow:
763
case
ScrollGlyph
.RightArrow:
767
case
ScrollGlyph
.UpArrow:
771
case
ScrollGlyph
.DownArrow:
980
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
981
_scrollGlyph ==
ScrollGlyph
.LeftArrow ||
982
_scrollGlyph ==
ScrollGlyph
.RightArrow)
992
else if (IsEnabled || _scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1011
else if (IsEnabled || _scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1026
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1030
else if (_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1036
if (_scrollGlyph ==
ScrollGlyph
.LeftArrow ||
1037
_scrollGlyph ==
ScrollGlyph
.RightArrow)
1053
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1057
else if (_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1157
_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1158
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1174
if (!(_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1175
_scrollGlyph ==
ScrollGlyph
.VerticalGripper))
1184
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1185
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1229
_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1230
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1246
if (!(_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1247
_scrollGlyph ==
ScrollGlyph
.VerticalGripper))
1256
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1257
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1300
_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1301
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1317
if (!(_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1318
_scrollGlyph ==
ScrollGlyph
.VerticalGripper))
1327
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1328
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1622
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1637
else if (_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1677
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1678
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1682
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1704
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper)
1708
else if (_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1750
if ((_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1751
_scrollGlyph ==
ScrollGlyph
.VerticalGripper))
1765
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
1766
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
1811
private
ScrollGlyph
_scrollGlyph;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (3)
143
bamlMember.TypeConverterType = typeof(Microsoft.Windows.Themes.
ScrollGlyph
);
168
typeof(Microsoft.Windows.Themes.
ScrollGlyph
));
170
bamlType.TypeConverterType = typeof(Microsoft.Windows.Themes.
ScrollGlyph
);