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