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