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