14 references to Application
mscorlib (14)
system\io\isolatedstorage\isolatedstorage.cs (8)
96
(IsolatedStorageScope.
Application
|
100
(IsolatedStorageScope.
Application
|
105
IsolatedStorageScope.
Application
|
193
return ((scope & IsolatedStorageScope.
Application
) != 0);
198
return ((m_Scope & IsolatedStorageScope.
Application
) != 0);
845
IsolatedStorageScope.
Application
, out typeHash, out instanceHash);
993
else if (fAssmDomApp == IsolatedStorageScope.
Application
)
1013
else if (fAssmDomApp == IsolatedStorageScope.
Application
)
system\io\isolatedstorage\isolatedstoragefile.cs (6)
118
IsolatedStorageScope.
Application
|
154
IsolatedStorageScope.
Application
|
416
if (m_StoreScope != (IsolatedStorageScope.
Application
| IsolatedStorageScope.User)) {
1693
CreateIDFile(sb.ToString(), IsolatedStorageScope.
Application
);
1793
if (scope == (IsolatedStorageScope.
Application
| IsolatedStorageScope.User)) {
1884
if (scope == (IsolatedStorageScope.
Application
| IsolatedStorageScope.User)) {