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