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