2 writes to _next
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (2)
189
_next
= value;
208
_next
= next;
3 references to _next
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (3)
185
return
_next
;
206
if( null ==
_next
)
211
MetricEntry prev =
_next
;