7 references to Count
System.Windows.Forms (7)
winforms\Managed\System\WinForms\AxHost.cs (2)
7257
if (stringMarshaler.
Count
> 0 && intMarshaler.
Count
> 0) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\BaseCAMarshaler.cs (1)
119
Array items = new object[
Count
]; //cpb vs38262 System.Array.CreateInstance(this.ItemType,count);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2IPerPropertyBrowsingHandler.cs (2)
146
if (stringMarshaler.
Count
> 0 && intMarshaler.
Count
> 0) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\Int32CAMarshaler.cs (1)
36
return new int[
Count
];
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\OleStrCAMarshaler.cs (1)
35
return new string[
Count
];