1 write to _nativeMenuCommandID
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (1)
122_nativeMenuCommandID = nativeMenuCommandId;
16 references to _nativeMenuCommandID
System.Windows.Forms (16)
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (16)
228if (_nativeMenuCommandID != -1) 585if (_nativeMenuCommandID == -1 || _nativeMenuHandle == IntPtr.Zero) 595wID = (uint)_nativeMenuCommandID 598PInvoke.GetMenuItemInfo(_nativeMenuHandle, (uint)_nativeMenuCommandID, fByPosition: false, ref info); 605if (_nativeMenuCommandID == -1 || _nativeMenuHandle == IntPtr.Zero) 618wID = (uint)_nativeMenuCommandID 621PInvoke.GetMenuItemInfo(_nativeMenuHandle, (uint)_nativeMenuCommandID, fByPosition: false, ref info); 627info.wID = (uint)_nativeMenuCommandID; 633PInvoke.GetMenuItemInfo(_nativeMenuHandle, (uint)_nativeMenuCommandID, fByPosition: false, ref info); 657if (_nativeMenuCommandID == -1 || _nativeMenuHandle.IsNull) 667wID = (uint)_nativeMenuCommandID 670PInvoke.GetMenuItemInfo(_nativeMenuHandle, (uint)_nativeMenuCommandID, fByPosition: false, ref info); 770if (_nativeMenuCommandID == -1) 776if ((_nativeMenuCommandID & 0xF000) != 0) 783PInvokeCore.PostMessage(_targetWindowHandle, PInvokeCore.WM_SYSCOMMAND, (WPARAM)(uint)_nativeMenuCommandID); 790PInvokeCore.PostMessage(_targetWindowHandle, PInvokeCore.WM_COMMAND, (WPARAM)(uint)_nativeMenuCommandID);