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