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