1 write to _foregroundBrush
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
58_foregroundBrush = foregroundBrush;
5 references to _foregroundBrush
PresentationCore (5)
MS\Internal\TextFormatting\GenericTextProperties.cs (5)
76^ ((_foregroundBrush == null) ? 0 : _foregroundBrush.GetHashCode()) 106&& ((_foregroundBrush == null) ? (textRunProperties.ForegroundBrush == null) : (_foregroundBrush.Equals(textRunProperties.ForegroundBrush))) 153get { return _foregroundBrush; }