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)
29
if (
_childWindowType
== ChildWindowType.DropDownList)
70
if (
_childWindowType
== ChildWindowType.DropDownList)
81
if (
_childWindowType
== ChildWindowType.DropDownList)
96
=>
_childWindowType
switch
100
_ => throw new ArgumentOutOfRangeException(nameof(
_childWindowType
))
104
=>
_childWindowType
switch
108
_ => throw new ArgumentOutOfRangeException(nameof(
_childWindowType
))
113
if (
_childWindowType
== ChildWindowType.Edit)
117
else if (
_childWindowType
is ChildWindowType.ListBox or ChildWindowType.DropDownList)