5 writes to loc
PresentationFramework (5)
MS\Internal\Controls\EnumUnknown.cs (5)
28this.loc = 0; 35this.loc = loc; 55for (; this.loc < this.size && fetched < celt; ++(this.loc)) 78this.loc += celt; 88this.loc = 0;
6 references to loc
PresentationFramework (6)
MS\Internal\Controls\EnumUnknown.cs (6)
49if (this.loc >= this.size) 55for (; this.loc < this.size && fetched < celt; ++(this.loc)) 57if (this.arr[this.loc] != null) 59Marshal.WriteIntPtr(rgelt, Marshal.GetIUnknownForObject(this.arr[this.loc])); 79if (this.loc >= this.size) 93ppenum = new EnumUnknown(this.arr, this.loc);