1 write to size
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
5195
size
= (arr == null) ? 0 : arr.Length;
3 references to size
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (3)
5211
if (loc >=
size
) {
5215
for (; loc <
size
&& fetched < celt; ++loc) {
5235
if (loc >=
size
) {