2 instantiations of StrokeDescriptor
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
875descr = new StrokeDescriptor();
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
690strokeDescriptor = new StrokeDescriptor();
15 references to StrokeDescriptor
PresentationCore (15)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (11)
316_strokeDescriptorTable = new System.Collections.Generic.List<StrokeDescriptor>(); 560StrokeDescriptor strokeDescriptor = null; 873private uint DecodeStrokeDescriptor(Stream strm, uint cbSize, out StrokeDescriptor descr) 959StrokeDescriptor descr; 1002StrokeDescriptor descr; 1556private StylusPointDescription BuildStylusPointDescription(StrokeDescriptor strd, MetricBlock block, GuidList guidList) 1684_strokeDescriptorTable = new List<StrokeDescriptor>(_coreStrokes.Count); 2201StrokeDescriptor tmp = _strokeDescriptorTable[0]; 2294private uint EncodeStrokeDescriptor(Stream strm, StrokeDescriptor strd) 2537StrokeDescriptor strokeDescriptor; 2676private System.Collections.Generic.List<StrokeDescriptor> _strokeDescriptorTable = null;
MS\Internal\Ink\InkSerializedFormat\StrokeDescriptor.cs (1)
35public bool IsEqual(StrokeDescriptor strd)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (3)
49StrokeDescriptor strokeDescriptor, 127StrokeDescriptor strokeDescriptor, 683out StrokeDescriptor strokeDescriptor,