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