1 instantiation of ScrollGlyph
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
169
bamlType.DefaultConstructor = delegate() { return new Microsoft.Windows.Themes.
ScrollGlyph
(); };
27 references to ScrollGlyph
PresentationFramework.AeroLite (27)
Microsoft\Windows\Themes\ScrollChrome.cs (24)
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
.VerticalGripper ||
92
glyph ==
ScrollGlyph
.HorizontalGripper;
180
case
ScrollGlyph
.HorizontalGripper:
188
case
ScrollGlyph
.VerticalGripper:
227
if ((brush != null) && (_scrollGlyph !=
ScrollGlyph
.None))
231
case
ScrollGlyph
.HorizontalGripper:
235
case
ScrollGlyph
.VerticalGripper:
341
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
342
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
438
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
439
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
483
if (_scrollGlyph ==
ScrollGlyph
.HorizontalGripper ||
484
_scrollGlyph ==
ScrollGlyph
.VerticalGripper)
514
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
);