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