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