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