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