2 instantiations of PropertyBagStream
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1907
propBag = 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)
1872
PropertyBagStream
? propBag = null;
System\Windows\Forms\ActiveX\AxHost.State.cs (2)
34
private readonly
PropertyBagStream
? _propertyBag;
48
internal State(
PropertyBagStream
propertyBag)