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