2 writes to ForegroundBrush
PresentationCore (2)
System\Windows\Media\DrawingDrawingContext.cs (1)
1095ForegroundBrush = foregroundBrush,
System\Windows\Media\GlyphRunDrawing.cs (1)
35ForegroundBrush = foregroundBrush;
7 references to ForegroundBrush
PresentationCore (4)
System\Windows\Media\Generated\GlyphRunDrawing.cs (3)
219Brush vForegroundBrush = ForegroundBrush; 248Brush vForegroundBrush = ForegroundBrush; 269Brush vForegroundBrush = ForegroundBrush;
System\Windows\Media\GlyphRunDrawing.cs (1)
54ForegroundBrush,
ReachFramework (3)
AlphaFlattener\Primitive.cs (2)
388if ((gd.GlyphRun != null) && (gd.ForegroundBrush != null)) 394gd.ForegroundBrush,
Serialization\VisualTreeFlattener.cs (1)
685_dcf.DrawGlyphRun(gd.ForegroundBrush, gd.GlyphRun);