2 instantiations of StrokeDescriptor
PresentationCore (2)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
901descr = new StrokeDescriptor();
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
737strokeDescriptor = new StrokeDescriptor();
15 references to StrokeDescriptor
PresentationCore (15)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (11)
340_strokeDescriptorTable = new System.Collections.Generic.List<StrokeDescriptor>(); 584StrokeDescriptor strokeDescriptor = null; 899private uint DecodeStrokeDescriptor(Stream strm, uint cbSize, out StrokeDescriptor descr) 985StrokeDescriptor descr; 1028StrokeDescriptor descr; 1587private StylusPointDescription BuildStylusPointDescription(StrokeDescriptor strd, MetricBlock block, GuidList guidList) 1731_strokeDescriptorTable = new List<StrokeDescriptor>(_coreStrokes.Count); 2276StrokeDescriptor tmp = _strokeDescriptorTable[0]; 2369private uint EncodeStrokeDescriptor(Stream strm, StrokeDescriptor strd) 2629StrokeDescriptor strokeDescriptor; 2768private System.Collections.Generic.List<StrokeDescriptor> _strokeDescriptorTable = null;
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\StrokeDescriptor.cs (1)
38public bool IsEqual(StrokeDescriptor strd)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (3)
66StrokeDescriptor strokeDescriptor, 154StrokeDescriptor strokeDescriptor, 730out StrokeDescriptor strokeDescriptor,