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)
349if (_weakThisPtr.TryGetTarget(out _)) 698if (_weakThisPtr.TryGetTarget(out _)) 849bool finalizing = !_weakThisPtr.TryGetTarget(out _);