1 write to _backgroundBrush
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
59_backgroundBrush = backgroundBrush;
5 references to _backgroundBrush
PresentationCore (5)
MS\Internal\TextFormatting\GenericTextProperties.cs (5)
77^ ((_backgroundBrush == null) ? 0 : _backgroundBrush.GetHashCode()) 107&& ((_backgroundBrush == null) ? (textRunProperties.BackgroundBrush == null) : (_backgroundBrush.Equals(textRunProperties.BackgroundBrush))) 162get { return _backgroundBrush; }