2 writes to Glyph
PresentationFramework.Aero2 (2)
Microsoft\Windows\Themes\ScrollChrome.cs (2)
1680
_localResources.
Glyph
= new LinearGradientBrush();
1697
_localResources.
Glyph
= CommonButtonGlyph.Clone();
8 references to Glyph
PresentationFramework.Aero2 (8)
Microsoft\Windows\Themes\ScrollChrome.cs (8)
1675
if (_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));
1700
return _localResources.
Glyph
;