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