23 references to Simple
System.Windows.Forms (23)
winforms\Managed\System\WinForms\ComboBox.cs (21)
390
new ComboBoxChildListUiaProvider(this, DropDownStyle == ComboBoxStyle.
Simple
? childListBox.Handle : dropDownHandle);
425
case ComboBoxStyle.
Simple
:
950
if (DropDownStyle == ComboBoxStyle.
Simple
) {
1236
if (!ClientUtils.IsEnumValid(value, (int)value, (int)ComboBoxStyle.
Simple
, (int)ComboBoxStyle.DropDownList))
1633
if (DropDownStyle == ComboBoxStyle.
Simple
&& m.HWnd == childListBox.Handle) {
1646
if (DropDownStyle == ComboBoxStyle.
Simple
&& m.HWnd == childListBox.Handle) {
1676
if (DropDownStyle == ComboBoxStyle.
Simple
&& m.HWnd == childListBox.Handle) {
1695
if (DropDownStyle == ComboBoxStyle.
Simple
&& m.HWnd == childListBox.Handle) {
2188
return DropDownStyle == ComboBoxStyle.
Simple
? childListBox.Handle : dropDownHandle;
2192
return DropDownStyle == ComboBoxStyle.
Simple
? childListBox : childDropDown;
2445
if (DropDownStyle == ComboBoxStyle.
Simple
) {
2479
if (DropDownStyle == ComboBoxStyle.
Simple
) {
2766
if (DropDownStyle == ComboBoxStyle.
Simple
) Invalidate();
2898
if (DropDownStyle == ComboBoxStyle.
Simple
&& recreate) {
2916
if (DropDownStyle == ComboBoxStyle.
Simple
) {
3452
if ((DropDownStyle == ComboBoxStyle.
Simple
) && ParentInternal != null) {
4515
if (ownerItem.DropDownStyle == ComboBoxStyle.
Simple
) {
4944
if (index == 0 && _owningComboBox.DropDownStyle != ComboBoxStyle.
Simple
) {
4965
if (_owningComboBox.DropDownStyle != ComboBoxStyle.
Simple
) {
5057
if (_owner.DropDownStyle == ComboBoxStyle.
Simple
) {
5969
if (comboBox.DropDownStyle == ComboBoxStyle.
Simple
){
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
248
return ownerControl.DropDownStyle != ComboBoxStyle.
Simple
;
winforms\Managed\System\WinForms\DataGridViewEditingControl.cs (1)
110
return ownerComboBoxControl.DropDownStyle != ComboBoxStyle.
Simple
;