2 writes to Glyph
PresentationFramework.Aero2 (2)
Microsoft\Windows\Themes\ScrollChrome.cs (2)
1739_localResources.Glyph = new LinearGradientBrush 1758_localResources.Glyph = CommonButtonGlyph.Clone();
7 references to Glyph
PresentationFramework.Aero2 (7)
Microsoft\Windows\Themes\ScrollChrome.cs (7)
1734if (_localResources.Glyph == null) 1745_localResources.Glyph.EndPoint = new Point(1, 0.05); 1749_localResources.Glyph.EndPoint = new Point(0.05, 1); 1752_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0x00, 0x00, 0x00), 0.5)); 1753_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0x97, 0x97, 0x97), 0.7)); 1754_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xCA, 0xCA), 1)); 1761return _localResources.Glyph;