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))); 203get { return _numberSubstitution; }