1 write to boundIndex
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MenuItem.cs (1)
1787boundIndex = boundFormIndex;
3 references to boundIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MenuItem.cs (3)
1792if (boundIndex != -1) { 1801if (forms != null && forms.Length > boundIndex) { 1802Form boundForm = forms[boundIndex];