11 references to GlyphFill
PresentationFramework.Aero2 (11)
Microsoft\Windows\Themes\BulletChrome.cs (11)
151stops = ((GradientBrush)chrome.GlyphFill).GradientStops;
252stops = ((GradientBrush)chrome.GlyphFill).GradientStops;
272chrome.GlyphFill.BeginAnimation(SolidColorBrush.OpacityProperty, da);
411chrome.GlyphFill.BeginAnimation(Brush.OpacityProperty, da);
417GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops;
444chrome.GlyphFill.BeginAnimation(Brush.OpacityProperty, da);
455GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops;
515chrome.GlyphFill.BeginAnimation(Brush.OpacityProperty, da);
531chrome.GlyphFill.BeginAnimation(SolidColorBrush.OpacityProperty, da);
725dc.DrawGeometry(GlyphFill, null, CheckMarkGeometry);
738dc.DrawEllipse(GlyphFill, GlyphStroke, new Point(centerX, centerY), centerX - 3, centerY - 3);