11 references to GlyphFill
PresentationFramework.Aero (11)
Microsoft\Windows\Themes\BulletChrome.cs (11)
162stops = ((GradientBrush)chrome.GlyphFill).GradientStops;
261stops = ((GradientBrush)chrome.GlyphFill).GradientStops;
281chrome.GlyphFill.BeginAnimation(SolidColorBrush.OpacityProperty, da);
420chrome.GlyphFill.BeginAnimation(Brush.OpacityProperty, da);
426GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops;
451chrome.GlyphFill.BeginAnimation(Brush.OpacityProperty, da);
460GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops;
520chrome.GlyphFill.BeginAnimation(Brush.OpacityProperty, da);
532chrome.GlyphFill.BeginAnimation(SolidColorBrush.OpacityProperty, da);
724dc.DrawGeometry(GlyphFill, null, CheckMarkGeometry);
737dc.DrawEllipse(GlyphFill, GlyphStroke, new Point(centerX, centerY), centerX - 3, centerY - 3);