5 writes to loc
PresentationFramework (5)
MS\Internal\Controls\EnumUnknown.cs (5)
33this.loc = 0; 40this.loc = loc; 60for (; this.loc < this.size && fetched < celt; ++(this.loc)) 83this.loc += celt; 93this.loc = 0;
6 references to loc
PresentationFramework (6)
MS\Internal\Controls\EnumUnknown.cs (6)
54if (this.loc >= this.size) 60for (; this.loc < this.size && fetched < celt; ++(this.loc)) 62if (this.arr[this.loc] != null) 64Marshal.WriteIntPtr(rgelt, Marshal.GetIUnknownForObject(this.arr[this.loc])); 84if (this.loc >= this.size) 98ppenum = new EnumUnknown(this.arr, this.loc);