4 references to Foreground
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (4)
223SolidColorBrush thisBrush = this.Foreground as SolidColorBrush; 224SolidColorBrush otherBrush = run.Foreground as SolidColorBrush; 225if ((run.Foreground == null && this.Foreground == null) ||