3 references to GetListNativeWindow
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildListUiaProvider.cs (1)
36
PInvokeCore.GetWindowRect(_owningComboBox.
GetListNativeWindow
(), out var rect);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1986
NativeWindow listNativeWindow =
GetListNativeWindow
();
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComboBox.ComboBoxChildNativeWindowTests.cs (1)
16
var childNativeWindow = comboBox.
GetListNativeWindow
();