2 implementations of IPersistStorage
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
80UnsafeNativeMethods.IPersistStorage,
winforms\Managed\System\WinForms\Control.Ime.cs (1)
58UnsafeNativeMethods.IPersistStorage,
12 references to IPersistStorage
System.Windows.Forms (12)
winforms\Managed\System\WinForms\AxHost.cs (5)
224private UnsafeNativeMethods.IPersistStorage iPersistStorage; 3126if (instance is UnsafeNativeMethods.IPersistStorage) { 3129iPersistStorage = (UnsafeNativeMethods.IPersistStorage) instance; 3183iPersistStorage = (UnsafeNativeMethods.IPersistStorage) instance; 6781internal State RefreshStorage(UnsafeNativeMethods.IPersistStorage iPersistStorage) {
winforms\Managed\System\WinForms\Control.cs (7)
15784void UnsafeNativeMethods.IPersistStorage.GetClassID(out Guid pClassID) { 15793int UnsafeNativeMethods.IPersistStorage.IsDirty() { 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) { 15841void UnsafeNativeMethods.IPersistStorage.HandsOffStorage() {