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)
450if (_name != null) 451hash = HashFn.HashMultiply(hash) + _name.GetHashCode(); 460other._name == _name;