1 write to EscapedFileName
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\CanonicalFontFamilyReference.cs (1)
167
EscapedFileName
= escapedFileName;
6 references to EscapedFileName
PresentationCore (6)
Core\CSharp\MS\Internal\FontCache\CanonicalFontFamilyReference.cs (4)
132
other.
EscapedFileName
==
EscapedFileName
&&
143
if (_absoluteLocationUri == null &&
EscapedFileName
== null)
153
EscapedFileName
.GetHashCode();
Core\CSharp\System\Windows\Media\FontFamily.cs (2)
535
if (canonicalFamilyReference.LocationUri == null && canonicalFamilyReference.
EscapedFileName
== null)
550
Uri locationUri = new Uri(Util.WindowsFontsUriObject, canonicalFamilyReference.
EscapedFileName
);