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