2 writes to _Entry
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (2)
449_Entry = newEntry; 477_Entry = entry;
6 references to _Entry
PresentationCore (6)
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (6)
414return _Entry; 448if( null == _Entry ) 451_Entry.Add(newEntry); // tack on at the end 474MetricEntry start = _Entry; 488_size += entry.Size + SerializationHelper.VarSize(entry.Size) + SerializationHelper.VarSize((uint)_Entry.Tag); 512MetricEntry entry = _Entry;