2 references to TryGetPrimitiveHashtable
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.PropertyBagStream.cs (1)
29if (rootRecord.TryGetPrimitiveHashtable(out _bag!))
System\Windows\Forms\ActiveX\Control.ActiveXImpl.PropertyBagStream.cs (1)
33success = rootRecord.TryGetPrimitiveHashtable(out _bag!);