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)
412
return
_Entry
;
446
if( null ==
_Entry
)
449
_Entry
.Add(newEntry); // tack on at the end
472
MetricEntry start =
_Entry
;
486
_size += entry.Size + SerializationHelper.VarSize(entry.Size) + SerializationHelper.VarSize((uint)
_Entry
.Tag);
510
MetricEntry entry =
_Entry
;