5 writes to loc
PresentationFramework (5)
MS\Internal\Controls\EnumUnknown.cs (5)
27
this.
loc
= 0;
34
this.
loc
= loc;
54
for (; this.loc < this.size && fetched < celt; ++(this.
loc
))
77
this.
loc
+= celt;
87
this.
loc
= 0;
6 references to loc
PresentationFramework (6)
MS\Internal\Controls\EnumUnknown.cs (6)
48
if (this.
loc
>= this.size)
54
for (; this.
loc
< this.size && fetched < celt; ++(this.loc))
56
if (this.arr[this.
loc
] != null)
58
Marshal.WriteIntPtr(rgelt, Marshal.GetIUnknownForObject(this.arr[this.
loc
]));
78
if (this.
loc
>= this.size)
92
ppenum = new EnumUnknown(this.arr, this.
loc
);