3 overrides of BackgroundBrush
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
157
public override Brush
BackgroundBrush
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
69
public override Brush
BackgroundBrush
{ get { return _backgroundBrush; } }
MS\Internal\Text\TextSpanModifier.cs (1)
209
public override Brush
BackgroundBrush
7 references to BackgroundBrush
PresentationCore (6)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
427
get { return _shapeable.Properties.
BackgroundBrush
; }
MS\Internal\TextFormatting\GenericTextProperties.cs (2)
104
&& ((_backgroundBrush == null) ? (textRunProperties.
BackgroundBrush
== null) : (_backgroundBrush.Equals(textRunProperties.
BackgroundBrush
)))
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1813
glyphRun.EmitBackground(drawingContext, TextRun.Properties.
BackgroundBrush
);
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
87
defaultRunProperties.
BackgroundBrush
,
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
252
glyphRun.EmitBackground(drawingContext, _properties.
BackgroundBrush
);
PresentationFramework (1)
MS\Internal\Text\TextSpanModifier.cs (1)
211
get { return _runProperties.
BackgroundBrush
; }