5 references to Roaming
System.IO.IsolatedStorage (5)
System\IO\IsolatedStorage\Helper.cs (1)
140
internal static bool IsRoaming(IsolatedStorageScope scope) => ((scope & IsolatedStorageScope.
Roaming
) != 0);
System\IO\IsolatedStorage\IsolatedStorage.cs (3)
173
case IsolatedStorageScope.
Roaming
| IsolatedStorageScope.User | IsolatedStorageScope.Assembly:
174
case IsolatedStorageScope.
Roaming
| IsolatedStorageScope.User | IsolatedStorageScope.Assembly | IsolatedStorageScope.Domain:
178
case IsolatedStorageScope.Application | IsolatedStorageScope.User | IsolatedStorageScope.
Roaming
:
System\IO\IsolatedStorage\IsolatedStorageFile.cs (1)
672
IsolatedStorageScope.
Roaming
)) &&