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