1 write to _numberSubstitution
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
63_numberSubstitution = substitution;
5 references to _numberSubstitution
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (5)
82^ ((_numberSubstitution == null) ? 0 : _numberSubstitution.GetHashCode()); 109&& ((_numberSubstitution == null) ? (textRunProperties.NumberSubstitution == null) : (_numberSubstitution.Equals(textRunProperties.NumberSubstitution))); 206get { return _numberSubstitution; }