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