1 write to _backgroundBrush
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
60_backgroundBrush = backgroundBrush;
5 references to _backgroundBrush
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (5)
78^ ((_backgroundBrush == null) ? 0 : _backgroundBrush.GetHashCode()) 108&& ((_backgroundBrush == null) ? (textRunProperties.BackgroundBrush == null) : (_backgroundBrush.Equals(textRunProperties.BackgroundBrush))) 163get { return _backgroundBrush; }