2 overrides of FocusInternal
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
3780
private protected override bool
FocusInternal
()
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\DataGridViewCellAccessibleObjectTests.cs (1)
1498
private protected override bool
FocusInternal
()
2 references to FocusInternal
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
5161
return
FocusInternal
();
System\Windows\Forms\Form.cs (1)
3795
return base.
FocusInternal
();