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