1 write to _bag
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.PropertyBagStream.cs (1)
45
_bag
= [];
6 references to _bag
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.PropertyBagStream.cs (6)
33
success = rootRecord.TryGetPrimitiveHashtable(out
_bag
!);
57
if (!
_bag
.Contains(name))
63
Debug.Assert(
_bag
[name] is string);
64
*pVar = VARIANT.FromObject(
_bag
[name]);
76
_bag
[pszPropName.ToString()] = pVar->ToObject();
83
BinaryFormatWriter.WritePrimitiveHashtable(stream,
_bag
);