2 references to GetChildFragmentCount
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildListUiaProvider.cs (1)
78
int childFragmentCount =
GetChildFragmentCount
();
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (1)
82
int itemsCount = comboBoxChildListUiaProvider.
GetChildFragmentCount
();