3 overrides of BackgroundBrush
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
158public override Brush BackgroundBrush
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
70public override Brush BackgroundBrush { get { return _backgroundBrush; } }
MS\Internal\Text\TextSpanModifier.cs (1)
210public override Brush BackgroundBrush
7 references to BackgroundBrush
PresentationCore (6)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
428get { return _shapeable.Properties.BackgroundBrush; }
MS\Internal\TextFormatting\GenericTextProperties.cs (2)
105&& ((_backgroundBrush == null) ? (textRunProperties.BackgroundBrush == null) : (_backgroundBrush.Equals(textRunProperties.BackgroundBrush)))
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1816glyphRun.EmitBackground(drawingContext, TextRun.Properties.BackgroundBrush);
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
88defaultRunProperties.BackgroundBrush,
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
253glyphRun.EmitBackground(drawingContext, _properties.BackgroundBrush);
PresentationFramework (1)
MS\Internal\Text\TextSpanModifier.cs (1)
212get { return _runProperties.BackgroundBrush; }