1 write to EscapedFileName
PresentationCore (1)
MS\Internal\FontCache\CanonicalFontFamilyReference.cs (1)
147EscapedFileName = escapedFileName;
6 references to EscapedFileName
PresentationCore (6)
MS\Internal\FontCache\CanonicalFontFamilyReference.cs (4)
116other.EscapedFileName == EscapedFileName && 127if (_absoluteLocationUri == null && EscapedFileName == null) 137EscapedFileName.GetHashCode();
System\Windows\Media\FontFamily.cs (2)
492if (canonicalFamilyReference.LocationUri == null && canonicalFamilyReference.EscapedFileName == null) 507Uri locationUri = new Uri(Util.WindowsFontsUriObject, canonicalFamilyReference.EscapedFileName);