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