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