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