1 instantiation of StrokeLookupEntry
PresentationCore (1)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1683_strokeLookupTable.Add(_coreStrokes[i], new StrokeLookupEntry());
5 references to StrokeLookupEntry
PresentationCore (5)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
1678new System.Collections.Generic.Dictionary<Stroke, StrokeLookupEntry>(_coreStrokes.Count); 2706System.Collections.Generic.Dictionary<Stroke, StrokeLookupEntry> _strokeLookupTable = null;
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (3)
661StrokeCollectionSerializer.StrokeLookupEntry strokeLookupEntry) 683StrokeCollectionSerializer.StrokeLookupEntry strokeLookupEntry, 803StrokeCollectionSerializer.StrokeLookupEntry strokeLookupEntry)