1 instantiation of StrokeLookupEntry
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1727_strokeLookupTable.Add(_coreStrokes[i], new StrokeLookupEntry());
5 references to StrokeLookupEntry
PresentationCore (5)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
1722new System.Collections.Generic.Dictionary<Stroke, StrokeLookupEntry>(_coreStrokes.Count); 2780System.Collections.Generic.Dictionary<Stroke, StrokeLookupEntry> _strokeLookupTable = null;
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (3)
707StrokeCollectionSerializer.StrokeLookupEntry strokeLookupEntry) 729StrokeCollectionSerializer.StrokeLookupEntry strokeLookupEntry, 858StrokeCollectionSerializer.StrokeLookupEntry strokeLookupEntry)