5 references to GetChildBounds
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (4)
77: GetChildBounds(comboBoxInfo.hwndItem); 81? GetChildBounds(comboBoxInfo.hwndList) 453: GetChildBounds(comboBoxInfo.hwndList).Bottom; 637if (GetChildBounds(childHandle) != targetBounds)
System\Windows\Forms\Controls\ComboBox\ComboBox.ModernComboAdapter.cs (1)
403Rectangle listBounds = comboBox.GetChildBounds(comboBox._childListBox.HWND);