7 instantiations of PropertyBagStream
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1908propBag = new PropertyBagStream();
System\Windows\Forms\ActiveX\AxHost.State.cs (1)
117_propertyBag = new PropertyBagStream(memoryStream);
System.Windows.Forms.Tests (5)
System\Windows\Forms\AxHost.PropertyBagStreamTests.cs (5)
18AxHost.PropertyBagStream bag = new(); 32AxHost.PropertyBagStream newBag = new(stream); 49AxHost.PropertyBagStream bag = new(); 69AxHost.PropertyBagStream bag = new(); 83IPropertyBag.Interface newBag = new AxHost.PropertyBagStream(stream);
7 references to PropertyBagStream
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1873PropertyBagStream? propBag = null;
System\Windows\Forms\ActiveX\AxHost.State.cs (2)
34private readonly PropertyBagStream? _propertyBag; 48internal State(PropertyBagStream propertyBag)
System.Windows.Forms.Tests (4)
System\Windows\Forms\AxHost.PropertyBagStreamTests.cs (4)
18AxHost.PropertyBagStream bag = new(); 32AxHost.PropertyBagStream newBag = new(stream); 49AxHost.PropertyBagStream bag = new(); 69AxHost.PropertyBagStream bag = new();