Esempio n. 1
0
 protected virtual IEnumerable <Control> AllOptionControls(Control control) =>
 WinFormsUtils.AllSubControls(control).Where(c => (c is DarkCheckBox ||
                                                   c is DarkTextBox ||
                                                   c is DarkComboBox ||
                                                   c is DarkNumericUpDown ||
                                                   c is DarkPanel) && c.Tag != null).ToList();