1 write to size
PresentationFramework (1)
MS\Internal\Controls\EnumUnknown.cs (1)
34
this.
size
= (arr == null) ? 0 : arr.Length;
3 references to size
PresentationFramework (3)
MS\Internal\Controls\EnumUnknown.cs (3)
54
if (this.loc >= this.
size
)
60
for (; this.loc < this.
size
&& fetched < celt; ++(this.loc))
84
if (this.loc >= this.
size
)