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