2 instantiations of StrokeDescriptor
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
874descr = new StrokeDescriptor();
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
691strokeDescriptor = new StrokeDescriptor();
15 references to StrokeDescriptor
PresentationCore (15)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (11)
317_strokeDescriptorTable = new System.Collections.Generic.List<StrokeDescriptor>(); 561StrokeDescriptor strokeDescriptor = null; 872private uint DecodeStrokeDescriptor(Stream strm, uint cbSize, out StrokeDescriptor descr) 958StrokeDescriptor descr; 1001StrokeDescriptor descr; 1559private StylusPointDescription BuildStylusPointDescription(StrokeDescriptor strd, MetricBlock block, GuidList guidList) 1687_strokeDescriptorTable = new List<StrokeDescriptor>(_coreStrokes.Count); 2212StrokeDescriptor tmp = _strokeDescriptorTable[0]; 2305private uint EncodeStrokeDescriptor(Stream strm, StrokeDescriptor strd) 2555StrokeDescriptor strokeDescriptor; 2694private System.Collections.Generic.List<StrokeDescriptor> _strokeDescriptorTable = null;
MS\Internal\Ink\InkSerializedFormat\StrokeDescriptor.cs (1)
36public bool IsEqual(StrokeDescriptor strd)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (3)
50StrokeDescriptor strokeDescriptor, 128StrokeDescriptor strokeDescriptor, 684out StrokeDescriptor strokeDescriptor,