2 references to idLim
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Command.cs (2)
75
icmdLim = Math.Min(
idLim
- idMin, 2 * icmd);
96
Debug.Assert(cmd.id >= idMin && cmd.id <
idLim
, "generated command id out of range");