2 writes to _Entry
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (2)
446_Entry = newEntry; 474_Entry = entry;
6 references to _Entry
PresentationCore (6)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (6)
411return _Entry; 445if( null == _Entry ) 448_Entry.Add(newEntry); // tack on at the end 471MetricEntry start = _Entry; 485_size += entry.Size + SerializationHelper.VarSize(entry.Size) + SerializationHelper.VarSize((uint)_Entry.Tag); 509MetricEntry entry = _Entry;