11 references to User
System.IO.IsolatedStorage (11)
System\IO\IsolatedStorage\IsolatedStorage.cs (6)
171case IsolatedStorageScope.User | IsolatedStorageScope.Assembly: 172case IsolatedStorageScope.User | IsolatedStorageScope.Assembly | IsolatedStorageScope.Domain: 173case IsolatedStorageScope.Roaming | IsolatedStorageScope.User | IsolatedStorageScope.Assembly: 174case IsolatedStorageScope.Roaming | IsolatedStorageScope.User | IsolatedStorageScope.Assembly | IsolatedStorageScope.Domain: 177case IsolatedStorageScope.Application | IsolatedStorageScope.User: 178case IsolatedStorageScope.Application | IsolatedStorageScope.User | IsolatedStorageScope.Roaming:
System\IO\IsolatedStorage\IsolatedStorageFile.cs (5)
458return GetStore(IsolatedStorageScope.Application | IsolatedStorageScope.User); 463return GetStore(IsolatedStorageScope.Assembly | IsolatedStorageScope.User); 468return GetStore(IsolatedStorageScope.Assembly | IsolatedStorageScope.Domain | IsolatedStorageScope.User); 670if ((scope != IsolatedStorageScope.User) && 671(scope != (IsolatedStorageScope.User |