1 write to _baseUri
PresentationCore (1)
Core\CSharp\MS\Internal\FontFace\FontFamilyIdentifier.cs (1)
454_baseUri = baseUri;
4 references to _baseUri
PresentationCore (4)
Core\CSharp\MS\Internal\FontFace\FontFamilyIdentifier.cs (4)
465if (_baseUri != null) 466hash += HashFn.HashMultiply(_baseUri.GetHashCode()); 477other._baseUri == _baseUri &&