3 overrides of BackgroundBrush
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
157public override Brush BackgroundBrush
PresentationFramework (2)
MS\Internal\Text\TextProperties.cs (1)
69public override Brush BackgroundBrush { get { return _backgroundBrush; } }
MS\Internal\Text\TextSpanModifier.cs (1)
209public override Brush BackgroundBrush
7 references to BackgroundBrush
PresentationCore (6)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
427get { 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)
1813glyphRun.EmitBackground(drawingContext, TextRun.Properties.BackgroundBrush);
MS\Internal\TextFormatting\TextMarkerSource.cs (1)
87defaultRunProperties.BackgroundBrush,
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
252glyphRun.EmitBackground(drawingContext, _properties.BackgroundBrush);
PresentationFramework (1)
MS\Internal\Text\TextSpanModifier.cs (1)
211get { return _runProperties.BackgroundBrush; }