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