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