2 implementations of IPersistStorage
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
80
UnsafeNativeMethods.
IPersistStorage
,
winforms\Managed\System\WinForms\Control.Ime.cs (1)
58
UnsafeNativeMethods.
IPersistStorage
,
12 references to IPersistStorage
System.Windows.Forms (12)
winforms\Managed\System\WinForms\AxHost.cs (5)
224
private UnsafeNativeMethods.
IPersistStorage
iPersistStorage;
3126
if (instance is UnsafeNativeMethods.
IPersistStorage
) {
3129
iPersistStorage = (UnsafeNativeMethods.
IPersistStorage
) instance;
3183
iPersistStorage = (UnsafeNativeMethods.
IPersistStorage
) instance;
6781
internal State RefreshStorage(UnsafeNativeMethods.
IPersistStorage
iPersistStorage) {
winforms\Managed\System\WinForms\Control.cs (7)
15784
void UnsafeNativeMethods.
IPersistStorage
.GetClassID(out Guid pClassID) {
15793
int UnsafeNativeMethods.
IPersistStorage
.IsDirty() {
15802
void UnsafeNativeMethods.
IPersistStorage
.InitNew(UnsafeNativeMethods.IStorage pstg) {
15810
int UnsafeNativeMethods.
IPersistStorage
.Load(UnsafeNativeMethods.IStorage pstg) {
15822
void UnsafeNativeMethods.
IPersistStorage
.Save(UnsafeNativeMethods.IStorage pstg, bool fSameAsLoad) {
15833
void UnsafeNativeMethods.
IPersistStorage
.SaveCompleted(UnsafeNativeMethods.IStorage pStgNew) {
15841
void UnsafeNativeMethods.
IPersistStorage
.HandsOffStorage() {