2 instantiations of StrokeDescriptor
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
876descr = 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; 874private uint DecodeStrokeDescriptor(Stream strm, uint cbSize, out StrokeDescriptor descr) 960StrokeDescriptor descr; 1003StrokeDescriptor descr; 1557private StylusPointDescription BuildStylusPointDescription(StrokeDescriptor strd, MetricBlock block, GuidList guidList) 1685_strokeDescriptorTable = new List<StrokeDescriptor>(_coreStrokes.Count); 2202StrokeDescriptor tmp = _strokeDescriptorTable[0]; 2295private uint EncodeStrokeDescriptor(Stream strm, StrokeDescriptor strd) 2538StrokeDescriptor strokeDescriptor; 2677private 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,