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