1 write to _foregroundBrush
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
59_foregroundBrush = foregroundBrush;
5 references to _foregroundBrush
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (5)
77^ ((_foregroundBrush == null) ? 0 : _foregroundBrush.GetHashCode()) 107&& ((_foregroundBrush == null) ? (textRunProperties.ForegroundBrush == null) : (_foregroundBrush.Equals(textRunProperties.ForegroundBrush))) 154get { return _foregroundBrush; }