2 instantiations of StrokeDescriptor
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
887descr = new StrokeDescriptor();
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
698strokeDescriptor = new StrokeDescriptor();
15 references to StrokeDescriptor
PresentationCore (15)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (11)
330_strokeDescriptorTable = new System.Collections.Generic.List<StrokeDescriptor>(); 574StrokeDescriptor strokeDescriptor = null; 885private uint DecodeStrokeDescriptor(Stream strm, uint cbSize, out StrokeDescriptor descr) 971StrokeDescriptor descr; 1014StrokeDescriptor descr; 1572private StylusPointDescription BuildStylusPointDescription(StrokeDescriptor strd, MetricBlock block, GuidList guidList) 1700_strokeDescriptorTable = new List<StrokeDescriptor>(_coreStrokes.Count); 2225StrokeDescriptor tmp = _strokeDescriptorTable[0]; 2318private uint EncodeStrokeDescriptor(Stream strm, StrokeDescriptor strd) 2568StrokeDescriptor strokeDescriptor; 2707private System.Collections.Generic.List<StrokeDescriptor> _strokeDescriptorTable = null;
MS\Internal\Ink\InkSerializedFormat\StrokeDescriptor.cs (1)
38public bool IsEqual(StrokeDescriptor strd)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (3)
57StrokeDescriptor strokeDescriptor, 135StrokeDescriptor strokeDescriptor, 691out StrokeDescriptor strokeDescriptor,