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