2 instantiations of PropertyBagStream
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (2)
2218propBag = new PropertyBagStream(); 6654this.propBag = new PropertyBagStream();
4 references to PropertyBagStream
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (4)
2215PropertyBagStream propBag = null; 6577private PropertyBagStream propBag; 6583internal State(MemoryStream ms, int storageType, AxHost ctl, PropertyBagStream propBag) { 6593internal State(PropertyBagStream propBag) {