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