1 write to _childWindowType
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildNativeWindow.cs (1)
18_childWindowType = childWindowType;
9 references to _childWindowType
System.Windows.Forms (9)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildNativeWindow.cs (9)
29if (_childWindowType == ChildWindowType.DropDownList) 70if (_childWindowType == ChildWindowType.DropDownList) 81if (_childWindowType == ChildWindowType.DropDownList) 96=> _childWindowType switch 100_ => throw new ArgumentOutOfRangeException(nameof(_childWindowType)) 104=> _childWindowType switch 108_ => throw new ArgumentOutOfRangeException(nameof(_childWindowType)) 113if (_childWindowType == ChildWindowType.Edit) 117else if (_childWindowType is ChildWindowType.ListBox or ChildWindowType.DropDownList)