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