6 references to Selectable
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (2)
8561if (((validationConstraints & ValidationConstraints.Selectable) == ValidationConstraints.Selectable && !c.GetStyle(ControlStyles.Selectable))
System\Windows\Forms\Form.cs (1)
6598/// equivalent to calling ValidateChildren(ValidationConstraints.Selectable). See <see cref="ValidationConstraints.Selectable"/>
System\Windows\Forms\Layout\Containers\ContainerControl.cs (2)
1839/// equivalent to calling ValidateChildren(ValidationConstraints.Selectable). See <see cref="ValidationConstraints.Selectable"/> 1844public virtual bool ValidateChildren() => ValidateChildren(ValidationConstraints.Selectable);
System\Windows\Forms\UserControl.cs (1)
220/// equivalent to calling ValidateChildren(ValidationConstraints.Selectable). See <see cref="ValidationConstraints.Selectable"/>