1 write to _name
PresentationCore (1)
Core\CSharp\MS\Internal\FontFace\FontFamilyIdentifier.cs (1)
455
_name
= name;
4 references to _name
PresentationCore (4)
Core\CSharp\MS\Internal\FontFace\FontFamilyIdentifier.cs (4)
468
if (
_name
!= null)
469
hash = HashFn.HashMultiply(hash) +
_name
.GetHashCode();
478
other.
_name
==
_name
;