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