11 references to GlyphFill
PresentationFramework.Aero (11)
Microsoft\Windows\Themes\BulletChrome.cs (11)
152stops = ((GradientBrush)chrome.GlyphFill).GradientStops;
253stops = ((GradientBrush)chrome.GlyphFill).GradientStops;
273chrome.GlyphFill.BeginAnimation(SolidColorBrush.OpacityProperty, da);
412chrome.GlyphFill.BeginAnimation(Brush.OpacityProperty, da);
418GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops;
445chrome.GlyphFill.BeginAnimation(Brush.OpacityProperty, da);
456GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops;
516chrome.GlyphFill.BeginAnimation(Brush.OpacityProperty, da);
532chrome.GlyphFill.BeginAnimation(SolidColorBrush.OpacityProperty, da);
726dc.DrawGeometry(GlyphFill, null, CheckMarkGeometry);
739dc.DrawEllipse(GlyphFill, GlyphStroke, new Point(centerX, centerY), centerX - 3, centerY - 3);