1 write to _baseUri
PresentationCore (1)
MS\Internal\FontFace\FontFamilyIdentifier.cs (1)
448_baseUri = baseUri;
4 references to _baseUri
PresentationCore (4)
MS\Internal\FontFace\FontFamilyIdentifier.cs (4)
459if (_baseUri != null) 460hash += HashFn.HashMultiply(_baseUri.GetHashCode()); 471other._baseUri == _baseUri &&