6 references to GetChildFragment
System.Windows.Forms (6)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildListUiaProvider.cs (4)
76return GetChildFragment(0); 81return GetChildFragment(childFragmentCount - 1); 148return GetChildFragment(selectedIndex); 162AccessibleObject? itemAccessibleObject = GetChildFragment(selectedIndex);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxItemAccessibleObject.cs (2)
86return comboBoxChildListUiaProvider.GetChildFragment(nextItemIndex); 95return comboBoxChildListUiaProvider.GetChildFragment(previousItemIndex);