2 writes to _isFileSystemFolder
PresentationCore (2)
MS\Internal\FontCache\FontSourceCollection.cs (2)
67
_isFileSystemFolder
= false;
75
_isFileSystemFolder
= localPath[localPath.Length - 1] == Path.DirectorySeparatorChar;
1 reference to _isFileSystemFolder
PresentationCore (1)
MS\Internal\FontCache\FontSourceCollection.cs (1)
91
if (
_isFileSystemFolder
)