2 overrides of Count
System.Windows.Forms (2)
winforms\Managed\System\WinForms\CurrencyManager.cs (1)
145public override int Count {
winforms\Managed\System\WinForms\PropertyManager.cs (1)
214public override int Count {
3 references to Count
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ErrorProvider.cs (2)
469if (e.Index == -1 && errorManager.Count == 0) { 489if (errorManager.Count == 0) {
winforms\Managed\System\WinForms\RelatedPropertyManager.cs (1)
97bool anyCurrent = (parentManager.Position >= 0 && parentManager.Position < parentManager.Count);