2 writes to activatingControlRef
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
2661
activatingControlRef
= new WeakReference(value);
2664
activatingControlRef
= null;
3 references to activatingControlRef
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Application.cs (3)
2654
if ((
activatingControlRef
!= null) && (
activatingControlRef
.IsAlive)) {
2655
return
activatingControlRef
.Target as Control;