11 references to IStore
System.Windows.Forms (11)
parent\parent\parent\public\Internal\NDP\Inc\IsolationInterop.cs (11)
1768private IStore _pStore = null; 1770public IStore InternalStore { get { return _pStore; } } 1772public Store(IStore pStore) 1991private IStore _pSourceStore = null; 1995public AssemblyPathLock(IStore s, IntPtr c, string path) 2038private IStore _pSourceStore = null; 2042public ApplicationPathLock(IStore s, IntPtr c, string path) 2645_userStore = new Store(GetUserStore(0, IntPtr.Zero, ref IID_IStore) as IStore); 2659return new Store(GetUserStore(0, IntPtr.Zero, ref IID_IStore) as IStore); 2672_systemStore = new Store(GetSystemStore(0, ref IID_IStore) as IStore); 2935public static Guid IID_IStore = GetGuidOfType(typeof(IStore));