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)
411
return
_Entry
;
445
if( null ==
_Entry
)
448
_Entry
.Add(newEntry); // tack on at the end
471
MetricEntry start =
_Entry
;
485
_size += entry.Size + SerializationHelper.VarSize(entry.Size) + SerializationHelper.VarSize((uint)
_Entry
.Tag);
509
MetricEntry entry =
_Entry
;