13 references to ChildWindowType
System.Windows.Forms (13)
winforms\Managed\System\WinForms\ComboBox.cs (13)
2446
childListBox = new ComboBoxChildNativeWindow(this,
ChildWindowType
.ListBox);
2454
childEdit = new ComboBoxChildNativeWindow(this,
ChildWindowType
.Edit);
3492
childDropDown = new ComboBoxChildNativeWindow(this,
ChildWindowType
.DropDownList);
3868
private
ChildWindowType
_childWindowType;
3870
public ComboBoxChildNativeWindow(ComboBox comboBox,
ChildWindowType
childWindowType) {
3881
if (_childWindowType ==
ChildWindowType
.DropDownList) {
3898
if (_childWindowType ==
ChildWindowType
.DropDownList) {
3907
private ChildAccessibleObject GetChildAccessibleObject(
ChildWindowType
childWindowType) {
3908
if (childWindowType ==
ChildWindowType
.Edit) {
3911
else if (childWindowType ==
ChildWindowType
.ListBox || childWindowType ==
ChildWindowType
.DropDownList) {
3926
(_childWindowType ==
ChildWindowType
.ListBox || _childWindowType ==
ChildWindowType
.DropDownList)) {