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