1 write to size
PresentationFramework (1)
src\Framework\MS\Internal\Controls\EnumUnknown.cs (1)
39
this.
size
= (arr == null) ? 0 : arr.Length;
3 references to size
PresentationFramework (3)
src\Framework\MS\Internal\Controls\EnumUnknown.cs (3)
63
if (this.loc >= this.
size
)
69
for (; this.loc < this.
size
&& fetched < celt; ++(this.loc))
97
if (this.loc >= this.
size
)