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