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