3 overrides of BackgroundBrush
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
160
public override Brush
BackgroundBrush
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
72
public override Brush
BackgroundBrush
{ get { return _backgroundBrush; } }
MS\Internal\Text\TextSpanModifier.cs (1)
212
public override Brush
BackgroundBrush
7 references to BackgroundBrush
PresentationCore (6)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
436
get { return _shapeable.Properties.
BackgroundBrush
; }
MS\Internal\TextFormatting\GenericTextProperties.cs (2)
107
&& ((_backgroundBrush == null) ? (textRunProperties.
BackgroundBrush
== null) : (_backgroundBrush.Equals(textRunProperties.
BackgroundBrush
)))
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1825
glyphRun.EmitBackground(drawingContext, TextRun.Properties.
BackgroundBrush
);
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
94
defaultRunProperties.
BackgroundBrush
,
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
261
glyphRun.EmitBackground(drawingContext, _properties.
BackgroundBrush
);
PresentationFramework (1)
MS\Internal\Text\TextSpanModifier.cs (1)
214
get { return _runProperties.
BackgroundBrush
; }