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