23 references to IStorage
System.Windows.Forms (23)
winforms\Managed\System\WinForms\AxHost.cs (3)
3088
private void DepersistFromIStorage(UnsafeNativeMethods.
IStorage
storage) {
6573
private UnsafeNativeMethods.
IStorage
storage;
6735
internal UnsafeNativeMethods.
IStorage
GetStorage() {
winforms\Managed\System\WinForms\Control.cs (6)
15802
void UnsafeNativeMethods.IPersistStorage.InitNew(UnsafeNativeMethods.
IStorage
pstg) {
15810
int UnsafeNativeMethods.IPersistStorage.Load(UnsafeNativeMethods.
IStorage
pstg) {
15822
void UnsafeNativeMethods.IPersistStorage.Save(UnsafeNativeMethods.
IStorage
pstg, bool fSameAsLoad) {
15833
void UnsafeNativeMethods.IPersistStorage.SaveCompleted(UnsafeNativeMethods.
IStorage
pStgNew) {
17259
internal void Load(UnsafeNativeMethods.
IStorage
stg) {
17985
internal void Save(UnsafeNativeMethods.
IStorage
stg, bool fSameAsLoad) {
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3782
public int GetNewStorage(out UnsafeNativeMethods.
IStorage
storage) {
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (13)
273
public static extern int ReadClassStg(
IStorage
pStorage, [Out]out Guid clsid);
494
public static extern UnsafeNativeMethods.
IStorage
StgOpenStorageOnILockBytes(UnsafeNativeMethods.ILockBytes iLockBytes, UnsafeNativeMethods.
IStorage
pStgPriority, int grfMode, int sndExcluded, int reserved);
1434
public static extern UnsafeNativeMethods.
IStorage
StgCreateDocfileOnILockBytes(UnsafeNativeMethods.ILockBytes iLockBytes, int grfMode, int reserved);
5497
int GetNewStorage(out
IStorage
ret);
6326
void InitNew(
IStorage
pstg);
6329
int Load(
IStorage
pstg);
6331
void Save(
IStorage
pStgSave, bool fSameAsLoad);
6333
void SaveCompleted(
IStorage
pStgNew);
6812
UnsafeNativeMethods.
IStorage
CreateStorage(
6823
UnsafeNativeMethods.
IStorage
OpenStorage(
6844
UnsafeNativeMethods.
IStorage
stgDest);
6851
UnsafeNativeMethods.
IStorage
stgDest,