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)
414
return
_Entry
;
448
if( null ==
_Entry
)
451
_Entry
.Add(newEntry); // tack on at the end
474
MetricEntry start =
_Entry
;
488
_size += entry.Size + SerializationHelper.VarSize(entry.Size) + SerializationHelper.VarSize((uint)
_Entry
.Tag);
512
MetricEntry entry =
_Entry
;