1 write to _weakThisPtr
System.Windows.Forms (1)
System\Windows\Forms\NativeWindow.cs (1)
67
_weakThisPtr
= new(this);
3 references to _weakThisPtr
System.Windows.Forms (3)
System\Windows\Forms\NativeWindow.cs (3)
349
if (
_weakThisPtr
.TryGetTarget(out _))
693
if (
_weakThisPtr
.TryGetTarget(out _))
844
bool finalizing = !
_weakThisPtr
.TryGetTarget(out _);