6 references to Selectable
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ContainerControl.cs (2)
1753/// equivalent to calling ValidateChildren(ValidationConstraints.Selectable). See <see cref='ValidationConstraints.Selectable'/> 1758return ValidateChildren(ValidationConstraints.Selectable);
winforms\Managed\System\WinForms\Control.cs (2)
10054if ((validationConstraints & ValidationConstraints.Selectable) == ValidationConstraints.Selectable && !c.GetStyle(ControlStyles.Selectable) ||
winforms\Managed\System\WinForms\Form.cs (1)
6922/// equivalent to calling ValidateChildren(ValidationConstraints.Selectable). See <see cref='ValidationConstraints.Selectable'/>
winforms\Managed\System\WinForms\UserControl.cs (1)
271/// equivalent to calling ValidateChildren(ValidationConstraints.Selectable). See <see cref='ValidationConstraints.Selectable'/>