1 instantiation of BasedFriendlyName
PresentationCore (1)
MS\Internal\FontFace\FontFamilyIdentifier.cs (1)
234
BasedFriendlyName hashKey = new
BasedFriendlyName
(_baseUri, _friendlyName);
2 references to BasedFriendlyName
PresentationCore (2)
MS\Internal\FontFace\FontFamilyIdentifier.cs (2)
234
BasedFriendlyName
hashKey = new BasedFriendlyName(_baseUri, _friendlyName);
397
return InternalEquals(obj as
BasedFriendlyName
);