7 references to Count
System (2)
compmod\system\componentmodel\NullableConverter.cs (1)
184
object[] wrappedValues = new object[values.
Count
+ 1];
compmod\system\componentmodel\TypeConverter.cs (1)
620
return
Count
;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (1)
181
wrappedValues = new object[values.
Count
];
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTypeConverter.cs (1)
181
wrappedValues = new object[values.
Count
];
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MdiWindowListItemConverter.cs (1)
28
int count = values.
Count
;
winforms\Managed\System\WinForms\SpecialFolderEnumConverter.cs (1)
22
int count = values.
Count
;
winforms\Managed\System\WinForms\TextBoxAutoCompleteSourceConverter.cs (1)
25
int count = values.
Count
;