10 references to CanFocus
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Control.cs (1)
6369if (CanFocus){
winforms\Managed\System\WinForms\DataGrid.cs (3)
5232if (focusTheGrid && gridState[GRIDSTATE_canFocus] && CanFocus && !Focused) 8354if (gridState[GRIDSTATE_canFocus] && CanFocus && !Focused) 8399if (gridState[GRIDSTATE_canFocus] && CanFocus && !Focused)
winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs (1)
298if (wasFocused && this.DataGridTableStyle != null && this.DataGridTableStyle.DataGrid != null && this.DataGridTableStyle.DataGrid.CanFocus) {
winforms\Managed\System\WinForms\DataGridViewAccessibleObject.cs (3)
288return owner.CanFocus; 466if (owner.CanFocus) 547if (panel.CanFocus)
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1224if (TextBox.CanFocus){
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
974if (selectedNode != null && this.artifactTreeView.CanFocus)