3 overrides of BackgroundBrush
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
160public override Brush BackgroundBrush
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
72public override Brush BackgroundBrush { get { return _backgroundBrush; } }
MS\Internal\Text\TextSpanModifier.cs (1)
212public override Brush BackgroundBrush
7 references to BackgroundBrush
PresentationCore (6)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
436get { 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)
1825glyphRun.EmitBackground(drawingContext, TextRun.Properties.BackgroundBrush);
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
94defaultRunProperties.BackgroundBrush,
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
261glyphRun.EmitBackground(drawingContext, _properties.BackgroundBrush);
PresentationFramework (1)
MS\Internal\Text\TextSpanModifier.cs (1)
214get { return _runProperties.BackgroundBrush; }