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