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)))
150
get { return
_foregroundBrush
; }