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