3 instantiations of Store
System.Windows.Forms (3)
parent\parent\parent\public\Internal\NDP\Inc\IsolationInterop.cs (3)
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);
5 references to Store
System.Windows.Forms (5)
parent\parent\parent\public\Internal\NDP\Inc\IsolationInterop.cs (5)
2605private static Store _userStore = null; 2606private static Store _systemStore = null; 2636public static Store UserStore 2657public static Store GetUserStore() 2663public static Store SystemStore