2 references to ControlItemsCount
System.Windows.Forms (2)
System\Windows\Forms\ErrorProvider\ErrorProvider.ControlItem.ControlItemAccessibleObject.cs (2)
63
if (currentIndex >=
ControlItemsCount
- 1 || currentIndex < 0)
76
if (currentIndex <= 0 || currentIndex >
ControlItemsCount
- 1)