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