27 references to Simple
System.Windows.Forms (26)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxAccessibleObject.cs (5)
43? owner.DropDownStyle != ComboBoxStyle.Simple 101if (!owner.IsHandleCreated || owner.DropDownStyle == ComboBoxStyle.Simple) 229ComboBoxStyle.Simple => null, 235this.TryGetOwnerAs(out ComboBox? owner) && owner.DropDownStyle == ComboBoxStyle.Simple 241if (!this.IsOwnerHandleCreated(out ComboBox? owner) || owner.DropDownStyle == ComboBoxStyle.Simple)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildEditUiaProvider.cs (1)
56=> _owningComboBox.DropDownStyle != ComboBoxStyle.Simple
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildListUiaProvider.cs (1)
91return _owningComboBox.DropDownStyle == ComboBoxStyle.Simple
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (17)
314new ComboBoxChildListUiaProvider(this, DropDownStyle == ComboBoxStyle.Simple ? _childListBox!.HWND : _dropDownHandle); 349case ComboBoxStyle.Simple: 794if (DropDownStyle == ComboBoxStyle.Simple) 1400if (DropDownStyle == ComboBoxStyle.Simple && m.HWnd == _childListBox!.Handle) 1419if (DropDownStyle == ComboBoxStyle.Simple && m.HWnd == _childListBox!.Handle) 1459if (DropDownStyle == ComboBoxStyle.Simple && m.HWnd == _childListBox!.Handle) 1484if (DropDownStyle == ComboBoxStyle.Simple && m.HWnd == _childListBox!.Handle) 1974return DropDownStyle == ComboBoxStyle.Simple ? new(_childListBox) : new(this, _dropDownHandle); 1979return DropDownStyle == ComboBoxStyle.Simple ? _childListBox! : _childDropDown!; 2287if (DropDownStyle == ComboBoxStyle.Simple) 2318if (DropDownStyle == ComboBoxStyle.Simple) 2657if (DropDownStyle == ComboBoxStyle.Simple) 2796if (DropDownStyle == ComboBoxStyle.Simple && recreate) 2816if (DropDownStyle == ComboBoxStyle.Simple && IsHandleCreated) 3246if ((specified & BoundsSpecified.Height) != BoundsSpecified.None && DropDownStyle == ComboBoxStyle.Simple) 3435if ((DropDownStyle == ComboBoxStyle.Simple) && ParentInternal is not null) 3681if (DropDownStyle == ComboBoxStyle.Simple
System\Windows\Forms\Controls\ComboBox\ComboBox.FlatComboAdapter.cs (1)
68if (comboBox.DropDownStyle == ComboBoxStyle.Simple)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxEditingControl.DataGridViewComboBoxEditingControlAccessibleObject.cs (1)
57=> owner.DropDownStyle != ComboBoxStyle.Simple,
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComboBoxDesigner.cs (1)
107ComboBoxStyle style = ComboBoxStyle.Simple;