2 references to IdLim
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\Command.cs (2)
76icmdLim = Math.Min(IdLim - IdMin, 2 * icmd); 103Debug.Assert(cmd._id is >= IdMin and < IdLim, "generated command id out of range");