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