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