1 write to EscapedFileName
PresentationCore (1)
MS\Internal\FontCache\CanonicalFontFamilyReference.cs (1)
148
EscapedFileName
= escapedFileName;
6 references to EscapedFileName
PresentationCore (6)
MS\Internal\FontCache\CanonicalFontFamilyReference.cs (4)
117
other.
EscapedFileName
==
EscapedFileName
&&
128
if (_absoluteLocationUri == null &&
EscapedFileName
== null)
138
EscapedFileName
.GetHashCode();
System\Windows\Media\FontFamily.cs (2)
496
if (canonicalFamilyReference.LocationUri == null && canonicalFamilyReference.
EscapedFileName
== null)
511
Uri locationUri = new Uri(Util.WindowsFontsUriObject, canonicalFamilyReference.
EscapedFileName
);