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