1 write to _childWindowType
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComboBox.cs (1)
3872
_childWindowType
= childWindowType;
6 references to _childWindowType
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ComboBox.cs (6)
3881
if (
_childWindowType
== ChildWindowType.DropDownList) {
3898
if (
_childWindowType
== ChildWindowType.DropDownList) {
3926
(
_childWindowType
== ChildWindowType.ListBox ||
_childWindowType
== ChildWindowType.DropDownList)) {
3927
AccessibleObject uiaProvider = GetChildAccessibleObject(
_childWindowType
);
3967
? GetChildAccessibleObject(
_childWindowType
)