4 writes to _isFileSystemFolder
PresentationCore (4)
Core\CSharp\MS\Internal\FontCache\FontSourceCollection.cs (4)
120
_isFileSystemFolder
= false;
129
_isFileSystemFolder
= true;
134
_isFileSystemFolder
= false;
143
_isFileSystemFolder
= localPath[localPath.Length - 1] == Path.DirectorySeparatorChar;
1 reference to _isFileSystemFolder
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FontSourceCollection.cs (1)
168
if (
_isFileSystemFolder
)