8 references to GetChildFragment
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildListUiaProvider.cs (5)
49return GetChildFragment((int)child - 1); 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);
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\ComboBox.ComboBoxAccessibleObjectTests.cs (1)
513listAccessibleObject.GetChildFragment(i);