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