1 write to _childListControlhandle
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildListUiaProvider.cs (1)
27
_childListControlhandle
= childListControlhandle;
2 references to _childListControlhandle
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildListUiaProvider.cs (2)
134
UIA_PROPERTY_ID.UIA_NativeWindowHandlePropertyId => UIAHelper.WindowHandleToVariant(
_childListControlhandle
),
183
PInvoke.UiaHostProviderFromHwnd(new HandleRef<HWND>(this,
_childListControlhandle
), out IRawElementProviderSimple* provider);