2 overrides of KeyboardActive
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MenuStrip.cs (1)
41
internal override bool
KeyboardActive
{
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
635
internal override bool
KeyboardActive
{
8 writes to KeyboardActive
System.Windows.Forms (8)
winforms\Managed\System\WinForms\MenuStrip.cs (1)
45
base.
KeyboardActive
= value;
winforms\Managed\System\WinForms\ToolStrip.cs (3)
1932
KeyboardActive
= true;
2673
KeyboardActive
= false;
4102
KeyboardActive
= false;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
645
base.
KeyboardActive
= value;
650
ownerToolStrip.
KeyboardActive
= value;
winforms\Managed\System\WinForms\ToolStripManager.cs (2)
298
toolStrip.
KeyboardActive
= false;
1132
toolStrip.
KeyboardActive
= true;
5 references to KeyboardActive
System.Windows.Forms (5)
winforms\Managed\System\WinForms\MenuStrip.cs (2)
42
get { return base.
KeyboardActive
; }
44
if (base.
KeyboardActive
!= value) {
winforms\Managed\System\WinForms\ToolStrip.cs (1)
4101
if (
KeyboardActive
&& !Focused && !ContainsFocus) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
640
return ownerToolStrip.
KeyboardActive
;
642
return base.
KeyboardActive
;