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