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)
1734
if (_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));
1761
return _localResources.
Glyph
;