14 references to User
mscorlib (14)
system\io\isolatedstorage\isolatedstorage.cs (6)
67
(IsolatedStorageScope.
User
|
71
(IsolatedStorageScope.
User
|
77
IsolatedStorageScope.
User
|
82
IsolatedStorageScope.
User
|
97
IsolatedStorageScope.
User
);
106
IsolatedStorageScope.
User
);
system\io\isolatedstorage\isolatedstoragefile.cs (8)
99
IsolatedStorageScope.
User
,
109
IsolatedStorageScope.
User
,
119
IsolatedStorageScope.
User
,
416
if (m_StoreScope != (IsolatedStorageScope.Application | IsolatedStorageScope.
User
)) {
1793
if (scope == (IsolatedStorageScope.Application | IsolatedStorageScope.
User
)) {
1884
if (scope == (IsolatedStorageScope.Application | IsolatedStorageScope.
User
)) {
2354
if ((scope != IsolatedStorageScope.
User
) &&
2355
(scope != (IsolatedStorageScope.
User
|