3 references to FakeFileName
PresentationCore (3)
MS\Internal\FontCache\FontResourceCache.cs (3)
54uri = new Uri(uri, FakeFileName); 73Debug.Assert(escapedPath.EndsWith(FakeFileName, StringComparison.OrdinalIgnoreCase)); 74escapedPath = escapedPath.Substring(0, escapedPath.Length - FakeFileName.Length);