2 writes to Glyph
PresentationFramework.Aero (2)
Microsoft\Windows\Themes\ScrollChrome.cs (2)
1680_localResources.Glyph = new LinearGradientBrush(); 1697_localResources.Glyph = CommonButtonGlyph.Clone();
8 references to Glyph
PresentationFramework.Aero (8)
Microsoft\Windows\Themes\ScrollChrome.cs (8)
1675if (_localResources.Glyph == null) 1681_localResources.Glyph.StartPoint = new Point(0, 0); 1684_localResources.Glyph.EndPoint = new Point(1, 0.05); 1688_localResources.Glyph.EndPoint = new Point(0.05, 1); 1691_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0x00, 0x00, 0x00), 0.5)); 1692_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0x97, 0x97, 0x97), 0.7)); 1693_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xCA, 0xCA), 1)); 1700return _localResources.Glyph;