2 instantiations of PropertyBagStream
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1930propBag = new PropertyBagStream();
System\Windows\Forms\ActiveX\AxHost.State.cs (1)
117_propertyBag = new PropertyBagStream(memoryStream);
3 references to PropertyBagStream
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1898PropertyBagStream? propBag = null;
System\Windows\Forms\ActiveX\AxHost.State.cs (2)
34private readonly PropertyBagStream? _propertyBag; 48internal State(PropertyBagStream propertyBag)