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