11 references to GlyphFill
PresentationFramework.Aero (11)
Microsoft\Windows\Themes\BulletChrome.cs (11)
156stops = ((GradientBrush)chrome.GlyphFill).GradientStops;
255stops = ((GradientBrush)chrome.GlyphFill).GradientStops;
275chrome.GlyphFill.BeginAnimation(SolidColorBrush.OpacityProperty, da);
414chrome.GlyphFill.BeginAnimation(Brush.OpacityProperty, da);
420GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops;
445chrome.GlyphFill.BeginAnimation(Brush.OpacityProperty, da);
454GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops;
514chrome.GlyphFill.BeginAnimation(Brush.OpacityProperty, da);
526chrome.GlyphFill.BeginAnimation(SolidColorBrush.OpacityProperty, da);
718dc.DrawGeometry(GlyphFill, null, CheckMarkGeometry);
731dc.DrawEllipse(GlyphFill, GlyphStroke, new Point(centerX, centerY), centerX - 3, centerY - 3);