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