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