3 writes to storage
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (3)
6708storage = UnsafeNativeMethods.StgCreateDocfileOnILockBytes(iLockBytes, 6712storage = UnsafeNativeMethods.StgOpenStorageOnILockBytes(iLockBytes, 6727storage = null;
8 references to storage
System.Windows.Forms (8)
winforms\Managed\System\WinForms\AxHost.cs (8)
6690Debug.Assert(storage == null, "but we already have a storage!!!"); 6736if (storage == null) 6738return storage; 6782Debug.Assert(storage != null, "how can we not have a storage object?"); 6784if (storage == null || iLockBytes == null) return null; 6785iPersistStorage.Save(storage, true); 6786storage.Commit(0); 6811iPersistStorage.SaveCompleted(storage);