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