4 references to Foreground
PresentationFramework (4)
System\Windows\Documents\FixedSOMTextRun.cs (4)
214SolidColorBrush thisBrush = this.Foreground as SolidColorBrush; 215SolidColorBrush otherBrush = run.Foreground as SolidColorBrush; 216if ((run.Foreground == null && this.Foreground == null) ||