2 writes to _next
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (2)
192
_next
= value;
211
_next
= next;
3 references to _next
PresentationCore (3)
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (3)
188
return
_next
;
209
if( null ==
_next
)
214
MetricEntry prev =
_next
;