1 instantiation of Store
mscorlib (1)
system\deployment\isolationinterop.cs (1)
2643return new Store(GetUserStore(0, IntPtr.Zero, ref IID_IStore) as IStore);
2 references to Store
mscorlib (2)
system\deployment\isolationinterop.cs (1)
2641public static Store GetUserStore()
system\security\policy\applicationtrust.cs (1)
390private Store m_pStore = null; // Component store interface pointer.