1 instantiation of ScrollGlyph
PresentationFramework.Aero (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (1)
182DefaultConstructor = delegate () { return new Microsoft.Windows.Themes.ScrollGlyph(); },
87 references to ScrollGlyph
PresentationFramework.Aero (87)
Microsoft\Windows\Themes\ScrollChrome.cs (84)
45typeof(ScrollGlyph), 48ScrollGlyph.None, 58public static ScrollGlyph GetScrollGlyph(DependencyObject element) 62return (ScrollGlyph) element.GetValue(ScrollGlyphProperty); 70public static void SetScrollGlyph(DependencyObject element, ScrollGlyph value) 77private ScrollGlyph ScrollGlyph 79get { return (ScrollGlyph) GetValue(ScrollGlyphProperty); } 84ScrollGlyph glyph = (ScrollGlyph)o; 85return glyph == ScrollGlyph.None || 86glyph == ScrollGlyph.LeftArrow || 87glyph == ScrollGlyph.RightArrow || 88glyph == ScrollGlyph.UpArrow || 89glyph == ScrollGlyph.DownArrow || 90glyph == ScrollGlyph.VerticalGripper || 91glyph == ScrollGlyph.HorizontalGripper; 110if (chrome._scrollGlyph == ScrollGlyph.HorizontalGripper || 111chrome._scrollGlyph == ScrollGlyph.VerticalGripper) 147if (chrome._scrollGlyph == ScrollGlyph.HorizontalGripper || 148chrome._scrollGlyph == ScrollGlyph.VerticalGripper) 268if (_scrollGlyph == ScrollGlyph.HorizontalGripper || 269_scrollGlyph == ScrollGlyph.VerticalGripper) 345if (chrome._scrollGlyph == ScrollGlyph.HorizontalGripper || 346chrome._scrollGlyph == ScrollGlyph.VerticalGripper) 430case ScrollGlyph.LeftArrow: 431case ScrollGlyph.RightArrow: 432case ScrollGlyph.HorizontalGripper: 440case ScrollGlyph.UpArrow: 441case ScrollGlyph.DownArrow: 442case ScrollGlyph.VerticalGripper: 516if ((brush != null) && (_scrollGlyph != ScrollGlyph.None)) 520case ScrollGlyph.HorizontalGripper: 524case ScrollGlyph.VerticalGripper: 528case ScrollGlyph.LeftArrow: 529case ScrollGlyph.RightArrow: 530case ScrollGlyph.UpArrow: 531case ScrollGlyph.DownArrow: 731if (_scrollGlyph == ScrollGlyph.LeftArrow || _scrollGlyph == ScrollGlyph.RightArrow) 772case ScrollGlyph.LeftArrow: 776case ScrollGlyph.RightArrow: 780case ScrollGlyph.UpArrow: 784case ScrollGlyph.DownArrow: 1005if (_scrollGlyph == ScrollGlyph.HorizontalGripper || 1006_scrollGlyph == ScrollGlyph.LeftArrow || 1007_scrollGlyph == ScrollGlyph.RightArrow) 1017else if (IsEnabled || _scrollGlyph == ScrollGlyph.HorizontalGripper) 1036else if (IsEnabled || _scrollGlyph == ScrollGlyph.VerticalGripper) 1051if (_scrollGlyph == ScrollGlyph.HorizontalGripper) 1055else if (_scrollGlyph == ScrollGlyph.VerticalGripper) 1061if (_scrollGlyph == ScrollGlyph.LeftArrow || 1062_scrollGlyph == ScrollGlyph.RightArrow) 1078if (_scrollGlyph == ScrollGlyph.HorizontalGripper) 1082else if (_scrollGlyph == ScrollGlyph.VerticalGripper) 1188_scrollGlyph == ScrollGlyph.HorizontalGripper || 1189_scrollGlyph == ScrollGlyph.VerticalGripper) 1205if (!(_scrollGlyph == ScrollGlyph.HorizontalGripper || 1206_scrollGlyph == ScrollGlyph.VerticalGripper)) 1215if (_scrollGlyph == ScrollGlyph.HorizontalGripper || 1216_scrollGlyph == ScrollGlyph.VerticalGripper) 1264_scrollGlyph == ScrollGlyph.HorizontalGripper || 1265_scrollGlyph == ScrollGlyph.VerticalGripper) 1281if (!(_scrollGlyph == ScrollGlyph.HorizontalGripper || 1282_scrollGlyph == ScrollGlyph.VerticalGripper)) 1291if (_scrollGlyph == ScrollGlyph.HorizontalGripper || 1292_scrollGlyph == ScrollGlyph.VerticalGripper) 1339_scrollGlyph == ScrollGlyph.HorizontalGripper || 1340_scrollGlyph == ScrollGlyph.VerticalGripper) 1356if (!(_scrollGlyph == ScrollGlyph.HorizontalGripper || 1357_scrollGlyph == ScrollGlyph.VerticalGripper)) 1366if (_scrollGlyph == ScrollGlyph.HorizontalGripper || 1367_scrollGlyph == ScrollGlyph.VerticalGripper) 1681if (_scrollGlyph == ScrollGlyph.HorizontalGripper) 1696else if (_scrollGlyph == ScrollGlyph.VerticalGripper) 1736if (_scrollGlyph == ScrollGlyph.HorizontalGripper || 1737_scrollGlyph == ScrollGlyph.VerticalGripper) 1743if (_scrollGlyph == ScrollGlyph.HorizontalGripper) 1765if (_scrollGlyph == ScrollGlyph.HorizontalGripper) 1769else if (_scrollGlyph == ScrollGlyph.VerticalGripper) 1813if ((_scrollGlyph == ScrollGlyph.HorizontalGripper || 1814_scrollGlyph == ScrollGlyph.VerticalGripper)) 1828if (_scrollGlyph == ScrollGlyph.HorizontalGripper || 1829_scrollGlyph == ScrollGlyph.VerticalGripper) 1874private ScrollGlyph _scrollGlyph;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\KnownTypeHelper.cs (3)
152TypeConverterType = typeof(Microsoft.Windows.Themes.ScrollGlyph) 180typeof(Microsoft.Windows.Themes.ScrollGlyph)) 183TypeConverterType = typeof(Microsoft.Windows.Themes.ScrollGlyph),