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)
468if (_name != null) 469hash = HashFn.HashMultiply(hash) + _name.GetHashCode(); 478other._name == _name;