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