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