1 write to _name
PresentationCore (1)
MS\Internal\FontFace\FontFamilyIdentifier.cs (1)
437
_name
= name;
4 references to _name
PresentationCore (4)
MS\Internal\FontFace\FontFamilyIdentifier.cs (4)
450
if (
_name
!= null)
451
hash = HashFn.HashMultiply(hash) +
_name
.GetHashCode();
460
other.
_name
==
_name
;