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