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