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