1 write to weakThisPtr
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NativeWindow.cs (1)
134
weakThisPtr
= new WeakReference(this);
8 references to weakThisPtr
System.Windows.Forms (8)
winforms\Managed\System\WinForms\NativeWindow.cs (8)
669
if (
weakThisPtr
.IsAlive &&
weakThisPtr
.Target != null) {
802
if (
weakThisPtr
.IsAlive &&
weakThisPtr
.Target != null) {
1162
if (
weakThisPtr
.IsAlive &&
weakThisPtr
.Target != null) {
1360
bool finalizing = (!
weakThisPtr
.IsAlive ||
weakThisPtr
.Target == null);