1 instantiation of StrokeLookupEntry
PresentationCore (1)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1696_strokeLookupTable.Add(_coreStrokes[i], new StrokeLookupEntry());
5 references to StrokeLookupEntry
PresentationCore (5)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
1691new System.Collections.Generic.Dictionary<Stroke, StrokeLookupEntry>(_coreStrokes.Count); 2719System.Collections.Generic.Dictionary<Stroke, StrokeLookupEntry> _strokeLookupTable = null;
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (3)
668StrokeCollectionSerializer.StrokeLookupEntry strokeLookupEntry) 690StrokeCollectionSerializer.StrokeLookupEntry strokeLookupEntry, 810StrokeCollectionSerializer.StrokeLookupEntry strokeLookupEntry)