1 write to _backgroundBrush
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
60
_backgroundBrush
= backgroundBrush;
5 references to _backgroundBrush
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (5)
78
^ ((
_backgroundBrush
== null) ? 0 :
_backgroundBrush
.GetHashCode())
108
&& ((
_backgroundBrush
== null) ? (textRunProperties.BackgroundBrush == null) : (
_backgroundBrush
.Equals(textRunProperties.BackgroundBrush)))
163
get { return
_backgroundBrush
; }