3 references to GetChildFragmentCount
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (3)
4643
int itemsCount = comboBoxChildListUiaProvider.
GetChildFragmentCount
();
4654
var itemsCount = comboBoxChildListUiaProvider.
GetChildFragmentCount
();
5223
var childFragmentCount =
GetChildFragmentCount
();