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)
447
if (
_baseUri
!= null)
448
hash += HashFn.HashMultiply(
_baseUri
.GetHashCode());
459
other.
_baseUri
==
_baseUri
&&