3 overrides of ForegroundBrush
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
151
public override Brush
ForegroundBrush
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
67
public override Brush
ForegroundBrush
{ get { return _foreground; } }
MS\Internal\Text\TextSpanModifier.cs (1)
207
public override Brush
ForegroundBrush
10 references to ForegroundBrush
PresentationCore (8)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
431
get { return _shapeable.Properties.
ForegroundBrush
; }
MS\Internal\TextFormatting\GenericTextProperties.cs (2)
106
&& ((_foregroundBrush == null) ? (textRunProperties.
ForegroundBrush
== null) : (_foregroundBrush.Equals(textRunProperties.
ForegroundBrush
)))
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
1095
lsrun.RunProp.
ForegroundBrush
,
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1752
Brush foregroundBrush = TextRun.Properties.
ForegroundBrush
;
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
93
defaultRunProperties.
ForegroundBrush
,
MS\Internal\TextFormatting\TextProperties.cs (1)
161
get { return _paragraphProperties.DefaultTextRunProperties.
ForegroundBrush
; }
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
264
foregroundBrush != null ? foregroundBrush : _properties.
ForegroundBrush
,
PresentationFramework (2)
MS\Internal\Text\TextSpanModifier.cs (2)
93
if (object.ReferenceEquals(brush, properties.
ForegroundBrush
))
209
get { return _runProperties.
ForegroundBrush
; }