3 references to FakeFileName
PresentationCore (3)
Core\CSharp\MS\Internal\FontCache\FontResourceCache.cs (3)
58uri = new Uri(uri, FakeFileName); 77Debug.Assert(escapedPath.EndsWith(FakeFileName, StringComparison.OrdinalIgnoreCase)); 78escapedPath = escapedPath.Substring(0, escapedPath.Length - FakeFileName.Length);