2 writes to ForegroundBrush
PresentationCore (2)
System\Windows\Media\DrawingDrawingContext.cs (1)
1096ForegroundBrush = foregroundBrush,
System\Windows\Media\GlyphRunDrawing.cs (1)
36ForegroundBrush = foregroundBrush;
7 references to ForegroundBrush
PresentationCore (4)
System\Windows\Media\Generated\GlyphRunDrawing.cs (3)
205Brush vForegroundBrush = ForegroundBrush; 233Brush vForegroundBrush = ForegroundBrush; 252Brush vForegroundBrush = ForegroundBrush;
System\Windows\Media\GlyphRunDrawing.cs (1)
55ForegroundBrush,
ReachFramework (3)
AlphaFlattener\Primitive.cs (2)
389if ((gd.GlyphRun != null) && (gd.ForegroundBrush != null)) 395gd.ForegroundBrush,
Serialization\VisualTreeFlattener.cs (1)
686_dcf.DrawGlyphRun(gd.ForegroundBrush, gd.GlyphRun);