2 writes to _weakObjectReference
System.Windows.Forms (2)
System\Windows\Forms\ComponentModel\COM2Interop\COM2Properties.cs (2)
50
_weakObjectReference
= new(comObject);
182
_weakObjectReference
= null!;
1 reference to _weakObjectReference
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2Properties.cs (1)
229
bool valid =
_weakObjectReference
.TryGetTarget(out object? target);