2 writes to _next
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (2)
190
_next
= value;
209
_next
= next;
3 references to _next
PresentationCore (3)
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (3)
186
return
_next
;
207
if( null ==
_next
)
212
MetricEntry prev =
_next
;