7 references to GetChildFragment
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ComboBox.cs (7)
4646return comboBoxChildListUiaProvider.GetChildFragment(nextItemIndex); 4657return comboBoxChildListUiaProvider.GetChildFragment(previousItemIndex); 5202return GetChildFragment(childId - 1); 5221return GetChildFragment(0); 5225return GetChildFragment(childFragmentCount - 1); 5308return GetChildFragment(selectedIndex); 5314AccessibleObject itemAccessibleObject = GetChildFragment(selectedIndex);