2 references to GetListHandle
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (2)
38
var listHandle = _owningComboBox.
GetListHandle
();
203
PInvoke.InvalidateRect(_owningComboBox.
GetListHandle
(), lpRect: null, bErase: false);