2 writes to iPersistPropBag
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (2)
3140
iPersistPropBag
= (UnsafeNativeMethods.IPersistPropertyBag) instance;
3197
iPersistPropBag
= (UnsafeNativeMethods.IPersistPropertyBag)instance;
4 references to iPersistPropBag
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (4)
2217
if (
iPersistPropBag
!= null) {
2219
iPersistPropBag
.Save(propBag, true, true);
3075
iPersistPropBag
.Load(propBag, null);
3142
iPersistPropBag
.InitNew();