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