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