2 writes to _Entry
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (2)
447_Entry = newEntry; 475_Entry = entry;
6 references to _Entry
PresentationCore (6)
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (6)
412return _Entry; 446if( null == _Entry ) 449_Entry.Add(newEntry); // tack on at the end 472MetricEntry start = _Entry; 486_size += entry.Size + SerializationHelper.VarSize(entry.Size) + SerializationHelper.VarSize((uint)_Entry.Tag); 510MetricEntry entry = _Entry;