1 instantiation of ScrollGlyph
PresentationFramework.Aero (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
181DefaultConstructor = delegate () { return new Microsoft.Windows.Themes.ScrollGlyph(); },
87 references to ScrollGlyph
PresentationFramework.Aero (87)
Microsoft\Windows\Themes\ScrollChrome.cs (84)
44typeof(ScrollGlyph), 47ScrollGlyph.None, 57public static ScrollGlyph GetScrollGlyph(DependencyObject element) 61return (ScrollGlyph) element.GetValue(ScrollGlyphProperty); 69public static void SetScrollGlyph(DependencyObject element, ScrollGlyph value) 76private ScrollGlyph ScrollGlyph 78get { return (ScrollGlyph) GetValue(ScrollGlyphProperty); } 83ScrollGlyph glyph = (ScrollGlyph)o; 84return glyph == ScrollGlyph.None || 85glyph == ScrollGlyph.LeftArrow || 86glyph == ScrollGlyph.RightArrow || 87glyph == ScrollGlyph.UpArrow || 88glyph == ScrollGlyph.DownArrow || 89glyph == ScrollGlyph.VerticalGripper || 90glyph == ScrollGlyph.HorizontalGripper; 109if (chrome._scrollGlyph == ScrollGlyph.HorizontalGripper || 110chrome._scrollGlyph == ScrollGlyph.VerticalGripper) 146if (chrome._scrollGlyph == ScrollGlyph.HorizontalGripper || 147chrome._scrollGlyph == ScrollGlyph.VerticalGripper) 267if (_scrollGlyph == ScrollGlyph.HorizontalGripper || 268_scrollGlyph == ScrollGlyph.VerticalGripper) 344if (chrome._scrollGlyph == ScrollGlyph.HorizontalGripper || 345chrome._scrollGlyph == ScrollGlyph.VerticalGripper) 429case ScrollGlyph.LeftArrow: 430case ScrollGlyph.RightArrow: 431case ScrollGlyph.HorizontalGripper: 439case ScrollGlyph.UpArrow: 440case ScrollGlyph.DownArrow: 441case ScrollGlyph.VerticalGripper: 515if ((brush != null) && (_scrollGlyph != ScrollGlyph.None)) 519case ScrollGlyph.HorizontalGripper: 523case ScrollGlyph.VerticalGripper: 527case ScrollGlyph.LeftArrow: 528case ScrollGlyph.RightArrow: 529case ScrollGlyph.UpArrow: 530case ScrollGlyph.DownArrow: 730if (_scrollGlyph == ScrollGlyph.LeftArrow || _scrollGlyph == ScrollGlyph.RightArrow) 771case ScrollGlyph.LeftArrow: 775case ScrollGlyph.RightArrow: 779case ScrollGlyph.UpArrow: 783case ScrollGlyph.DownArrow: 1004if (_scrollGlyph == ScrollGlyph.HorizontalGripper || 1005_scrollGlyph == ScrollGlyph.LeftArrow || 1006_scrollGlyph == ScrollGlyph.RightArrow) 1016else if (IsEnabled || _scrollGlyph == ScrollGlyph.HorizontalGripper) 1035else if (IsEnabled || _scrollGlyph == ScrollGlyph.VerticalGripper) 1050if (_scrollGlyph == ScrollGlyph.HorizontalGripper) 1054else if (_scrollGlyph == ScrollGlyph.VerticalGripper) 1060if (_scrollGlyph == ScrollGlyph.LeftArrow || 1061_scrollGlyph == ScrollGlyph.RightArrow) 1077if (_scrollGlyph == ScrollGlyph.HorizontalGripper) 1081else if (_scrollGlyph == ScrollGlyph.VerticalGripper) 1187_scrollGlyph == ScrollGlyph.HorizontalGripper || 1188_scrollGlyph == ScrollGlyph.VerticalGripper) 1204if (!(_scrollGlyph == ScrollGlyph.HorizontalGripper || 1205_scrollGlyph == ScrollGlyph.VerticalGripper)) 1214if (_scrollGlyph == ScrollGlyph.HorizontalGripper || 1215_scrollGlyph == ScrollGlyph.VerticalGripper) 1263_scrollGlyph == ScrollGlyph.HorizontalGripper || 1264_scrollGlyph == ScrollGlyph.VerticalGripper) 1280if (!(_scrollGlyph == ScrollGlyph.HorizontalGripper || 1281_scrollGlyph == ScrollGlyph.VerticalGripper)) 1290if (_scrollGlyph == ScrollGlyph.HorizontalGripper || 1291_scrollGlyph == ScrollGlyph.VerticalGripper) 1338_scrollGlyph == ScrollGlyph.HorizontalGripper || 1339_scrollGlyph == ScrollGlyph.VerticalGripper) 1355if (!(_scrollGlyph == ScrollGlyph.HorizontalGripper || 1356_scrollGlyph == ScrollGlyph.VerticalGripper)) 1365if (_scrollGlyph == ScrollGlyph.HorizontalGripper || 1366_scrollGlyph == ScrollGlyph.VerticalGripper) 1680if (_scrollGlyph == ScrollGlyph.HorizontalGripper) 1695else if (_scrollGlyph == ScrollGlyph.VerticalGripper) 1735if (_scrollGlyph == ScrollGlyph.HorizontalGripper || 1736_scrollGlyph == ScrollGlyph.VerticalGripper) 1742if (_scrollGlyph == ScrollGlyph.HorizontalGripper) 1764if (_scrollGlyph == ScrollGlyph.HorizontalGripper) 1768else if (_scrollGlyph == ScrollGlyph.VerticalGripper) 1812if ((_scrollGlyph == ScrollGlyph.HorizontalGripper || 1813_scrollGlyph == ScrollGlyph.VerticalGripper)) 1827if (_scrollGlyph == ScrollGlyph.HorizontalGripper || 1828_scrollGlyph == ScrollGlyph.VerticalGripper) 1873private ScrollGlyph _scrollGlyph;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (3)
151TypeConverterType = typeof(Microsoft.Windows.Themes.ScrollGlyph) 179typeof(Microsoft.Windows.Themes.ScrollGlyph)) 182TypeConverterType = typeof(Microsoft.Windows.Themes.ScrollGlyph),