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)
186return _next; 207if( null == _next ) 212MetricEntry prev = _next;