3 writes to propBag
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (3)
6585
this.
propBag
= propBag;
6594
this.
propBag
= propBag;
6654
this.
propBag
= new PropertyBagStream();
4 references to propBag
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (4)
6655
propBag
.Read(new MemoryStream(dat));
6732
return
propBag
;
6855
if (
propBag
!= null) {
6858
propBag
.Write(stream);