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