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