2 writes to ForegroundBrush
PresentationCore (2)
System\Windows\Media\DrawingDrawingContext.cs (1)
1109glyphRunDrawing.ForegroundBrush = foregroundBrush;
System\Windows\Media\GlyphRunDrawing.cs (1)
38ForegroundBrush = foregroundBrush;
7 references to ForegroundBrush
PresentationCore (4)
System\Windows\Media\Generated\GlyphRunDrawing.cs (3)
233Brush vForegroundBrush = ForegroundBrush; 261Brush vForegroundBrush = ForegroundBrush; 280Brush vForegroundBrush = ForegroundBrush;
System\Windows\Media\GlyphRunDrawing.cs (1)
57ForegroundBrush,
ReachFramework (3)
AlphaFlattener\Primitive.cs (2)
393if ((gd.GlyphRun != null) && (gd.ForegroundBrush != null)) 399gd.ForegroundBrush,
Serialization\VisualTreeFlattener.cs (1)
693_dcf.DrawGlyphRun(gd.ForegroundBrush, gd.GlyphRun);