2 writes to Glyph
PresentationFramework.Aero (2)
Microsoft\Windows\Themes\ScrollChrome.cs (2)
1686_localResources.Glyph = new LinearGradientBrush(); 1703_localResources.Glyph = CommonButtonGlyph.Clone();
8 references to Glyph
PresentationFramework.Aero (8)
Microsoft\Windows\Themes\ScrollChrome.cs (8)
1681if (_localResources.Glyph == null) 1687_localResources.Glyph.StartPoint = new Point(0, 0); 1690_localResources.Glyph.EndPoint = new Point(1, 0.05); 1694_localResources.Glyph.EndPoint = new Point(0.05, 1); 1697_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0x00, 0x00, 0x00), 0.5)); 1698_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0x97, 0x97, 0x97), 0.7)); 1699_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xCA, 0xCA), 1)); 1706return _localResources.Glyph;