3 writes to _foreground
PresentationFramework (3)
MS\Internal\Text\TextProperties.cs (3)
190
_foreground
= source._foreground;
207
_foreground
= (Brush) target.GetValue(TextElement.ForegroundProperty);
316
_foreground
= foregroundBrush;
2 references to _foreground
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (2)
67
public override Brush ForegroundBrush { get { return
_foreground
; } }
190
_foreground = source.
_foreground
;