Base:
2 references to Equals
PresentationCore (2)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
108&& ((_numberSubstitution == null) ? (textRunProperties.NumberSubstitution == null) : (_numberSubstitution.Equals(textRunProperties.NumberSubstitution)));
System\Windows\Media\FormattedText.cs (1)
596if (numberSubstitution.Equals(runProps.NumberSubstitution))