Base:
method
Equals
System.Object.Equals(System.Object)
4 references to Equals
PresentationCore (4)
Core\CSharp\MS\Internal\FontFace\TypefaceCollection.cs (1)
67if (t.Equals(item))
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
104&& _typeface.Equals(textRunProperties.Typeface)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1981return Typeface.Equals(nextRun.Typeface)
Core\CSharp\System\Windows\Media\Fonts.cs (1)
334if (t.Equals(item))