3 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();
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\ComboBox.ComboBoxAccessibleObjectTests.cs (1)
508int childCount = listAccessibleObject.GetChildFragmentCount();