1 instantiation of StrokeLookupEntry
PresentationCore (1)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1680_strokeLookupTable.Add(_coreStrokes[i], new StrokeLookupEntry());
5 references to StrokeLookupEntry
PresentationCore (5)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
1675new System.Collections.Generic.Dictionary<Stroke, StrokeLookupEntry>(_coreStrokes.Count); 2687private System.Collections.Generic.Dictionary<Stroke, StrokeLookupEntry> _strokeLookupTable = null;
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (3)
660StrokeCollectionSerializer.StrokeLookupEntry strokeLookupEntry) 682StrokeCollectionSerializer.StrokeLookupEntry strokeLookupEntry, 802StrokeCollectionSerializer.StrokeLookupEntry strokeLookupEntry)