2 writes to BecomingActiveControl
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ContainerControl.cs (2)
570
value.
BecomingActiveControl
= true;
577
value.
BecomingActiveControl
= false;
3 references to BecomingActiveControl
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
1243
if (value != this.
BecomingActiveControl
)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
19608
if (!this.
BecomingActiveControl
&& (this.editingControl == null || !this.editingControl.
BecomingActiveControl
))