2 writes to Glyph
PresentationFramework.Aero2 (2)
Microsoft\Windows\Themes\ScrollChrome.cs (2)
1738_localResources.Glyph = new LinearGradientBrush 1757_localResources.Glyph = CommonButtonGlyph.Clone();
7 references to Glyph
PresentationFramework.Aero2 (7)
Microsoft\Windows\Themes\ScrollChrome.cs (7)
1733if (_localResources.Glyph == null) 1744_localResources.Glyph.EndPoint = new Point(1, 0.05); 1748_localResources.Glyph.EndPoint = new Point(0.05, 1); 1751_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0x00, 0x00, 0x00), 0.5)); 1752_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0x97, 0x97, 0x97), 0.7)); 1753_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xCA, 0xCA), 1)); 1760return _localResources.Glyph;