2 implementations of IPersistPropertyBag
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
79UnsafeNativeMethods.IPersistPropertyBag,
winforms\Managed\System\WinForms\Control.Ime.cs (1)
57UnsafeNativeMethods.IPersistPropertyBag,
8 references to IPersistPropertyBag
System.Windows.Forms (8)
winforms\Managed\System\WinForms\AxHost.cs (4)
221private UnsafeNativeMethods.IPersistPropertyBag iPersistPropBag; 3138if (instance is UnsafeNativeMethods.IPersistPropertyBag) { 3140iPersistPropBag = (UnsafeNativeMethods.IPersistPropertyBag) instance; 3197iPersistPropBag = (UnsafeNativeMethods.IPersistPropertyBag)instance;
winforms\Managed\System\WinForms\Control.cs (4)
15745void UnsafeNativeMethods.IPersistPropertyBag.InitNew() { 15753void UnsafeNativeMethods.IPersistPropertyBag.GetClassID(out Guid pClassID) { 15762void UnsafeNativeMethods.IPersistPropertyBag.Load(UnsafeNativeMethods.IPropertyBag pPropBag, UnsafeNativeMethods.IErrorLog pErrorLog) { 15773void UnsafeNativeMethods.IPersistPropertyBag.Save(UnsafeNativeMethods.IPropertyBag pPropBag, bool fClearDirty, bool fSaveAllProperties) {