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)
70public override Brush ForegroundBrush { get { return _foreground; } } 193_foreground = source._foreground;