5 references to GetChildFragment
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStrip.cs (2)
5092
return this.
GetChildFragment
(0);
5098
return this.
GetChildFragment
(childCount - 1);
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
915
return toolStripAccessibleObject.
GetChildFragment
(index);
winforms\Managed\System\WinForms\ToolStripItem.cs (2)
4487
return toolStripParent.
GetChildFragment
(index);
4497
return toolStripGrandParent.
GetChildFragment
(index, true);