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