3 writes to _foreground
PresentationFramework (3)
src\Framework\MS\Internal\Text\TextProperties.cs (3)
193
_foreground
= source._foreground;
210
_foreground
= (Brush) target.GetValue(TextElement.ForegroundProperty);
323
_foreground
= foregroundBrush;
2 references to _foreground
PresentationFramework (2)
src\Framework\MS\Internal\Text\TextProperties.cs (2)
70
public override Brush ForegroundBrush { get { return
_foreground
; } }
193
_foreground = source.
_foreground
;