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