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