Base:
property
Focused
System.Windows.Forms.Control.Focused
7 references to Focused
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ComboBox.cs (7)
4694
return _owningComboBox.
Focused
&& _owningComboBox.SelectedIndex == GetCurrentIndex();
4982
return _owningComboBox.
Focused
;
5112
return _owner.
Focused
;
5383
if (_owningComboBox.
Focused
) {
5500
return _owner.
Focused
;
5537
if (_owner.
Focused
) {
5662
return _owner.
Focused
;