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