11 references to GlyphFill
PresentationFramework.Aero (11)
Microsoft\Windows\Themes\BulletChrome.cs (11)
150stops = ((GradientBrush)chrome.GlyphFill).GradientStops;
249stops = ((GradientBrush)chrome.GlyphFill).GradientStops;
269chrome.GlyphFill.BeginAnimation(SolidColorBrush.OpacityProperty, da);
408chrome.GlyphFill.BeginAnimation(Brush.OpacityProperty, da);
414GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops;
439chrome.GlyphFill.BeginAnimation(Brush.OpacityProperty, da);
448GradientStopCollection stops = ((GradientBrush)chrome.GlyphFill).GradientStops;
508chrome.GlyphFill.BeginAnimation(Brush.OpacityProperty, da);
520chrome.GlyphFill.BeginAnimation(SolidColorBrush.OpacityProperty, da);
712dc.DrawGeometry(GlyphFill, null, CheckMarkGeometry);
725dc.DrawEllipse(GlyphFill, GlyphStroke, new Point(centerX, centerY), centerX - 3, centerY - 3);