4 writes to loc
PresentationFramework (4)
src\Framework\MS\Internal\Controls\EnumUnknown.cs (4)
38this.loc = 0; 45this.loc = loc; 96this.loc += celt; 110this.loc = 0;
7 references to loc
PresentationFramework (7)
src\Framework\MS\Internal\Controls\EnumUnknown.cs (7)
63if (this.loc >= this.size) 69for (; this.loc < this.size && fetched < celt; ++(this.loc)) 71if (this.arr[this.loc] != null) 73Marshal.WriteIntPtr(rgelt, Marshal.GetIUnknownForObject(this.arr[this.loc])); 97if (this.loc >= this.size) 119ppenum = new EnumUnknown(this.arr, this.loc);