1 write to _numberSubstitution
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
60
_numberSubstitution
= substitution;
5 references to _numberSubstitution
PresentationCore (5)
MS\Internal\TextFormatting\GenericTextProperties.cs (5)
79
^ ((
_numberSubstitution
== null) ? 0 :
_numberSubstitution
.GetHashCode());
106
&& ((
_numberSubstitution
== null) ? (textRunProperties.NumberSubstitution == null) : (
_numberSubstitution
.Equals(textRunProperties.NumberSubstitution)));
203
get { return
_numberSubstitution
; }