2 references to GetFirstMenuStripRecursive
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (2)
983
return
GetFirstMenuStripRecursive
(control.Controls);
1016
MenuStrip? menuStrip =
GetFirstMenuStripRecursive
(controlsToLookIn[i].Controls);