9 references to IStore
mscorlib (9)
system\deployment\isolationinterop.cs (9)
1752private IStore _pStore = null; 1754public IStore InternalStore { get { return _pStore; } } 1756public Store(IStore pStore) 1975private IStore _pSourceStore = null; 1979public AssemblyPathLock(IStore s, IntPtr c, string path) 2022private IStore _pSourceStore = null; 2026public ApplicationPathLock(IStore s, IntPtr c, string path) 2643return new Store(GetUserStore(0, IntPtr.Zero, ref IID_IStore) as IStore); 2919public static Guid IID_IStore = GetGuidOfType(typeof(IStore));