5 writes to loc
PresentationFramework (5)
MS\Internal\Controls\EnumUnknown.cs (5)
27this.loc = 0; 34this.loc = loc; 54for (; this.loc < this.size && fetched < celt; ++(this.loc)) 77this.loc += celt; 87this.loc = 0;
6 references to loc
PresentationFramework (6)
MS\Internal\Controls\EnumUnknown.cs (6)
48if (this.loc >= this.size) 54for (; this.loc < this.size && fetched < celt; ++(this.loc)) 56if (this.arr[this.loc] != null) 58Marshal.WriteIntPtr(rgelt, Marshal.GetIUnknownForObject(this.arr[this.loc])); 78if (this.loc >= this.size) 92ppenum = new EnumUnknown(this.arr, this.loc);