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