3 writes to iPersistStorage
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (3)
3129
iPersistStorage
= (UnsafeNativeMethods.IPersistStorage) instance;
3183
iPersistStorage
= (UnsafeNativeMethods.IPersistStorage) instance;
4573
iPersistStorage
= null;
4 references to iPersistStorage
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (4)
2236
if (oldOcxState != null) return oldOcxState.RefreshStorage(
iPersistStorage
);
2367
hr =
iPersistStorage
.IsDirty();
3097
int hr =
iPersistStorage
.Load(storage);
3131
iPersistStorage
.InitNew(ocxState.GetStorage());