1 write to EscapedFileName
PresentationCore (1)
MS\Internal\FontCache\CanonicalFontFamilyReference.cs (1)
152
EscapedFileName
= escapedFileName;
6 references to EscapedFileName
PresentationCore (6)
MS\Internal\FontCache\CanonicalFontFamilyReference.cs (4)
121
other.
EscapedFileName
==
EscapedFileName
&&
132
if (_absoluteLocationUri == null &&
EscapedFileName
== null)
142
EscapedFileName
.GetHashCode();
System\Windows\Media\FontFamily.cs (2)
515
if (canonicalFamilyReference.LocationUri == null && canonicalFamilyReference.
EscapedFileName
== null)
530
Uri locationUri = new Uri(Util.WindowsFontsUriObject, canonicalFamilyReference.
EscapedFileName
);