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