2 instantiations of StrokeDescriptor
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
875
descr = new
StrokeDescriptor
();
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
690
strokeDescriptor = new
StrokeDescriptor
();
15 references to StrokeDescriptor
PresentationCore (15)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (11)
316
_strokeDescriptorTable = new System.Collections.Generic.List<
StrokeDescriptor
>();
560
StrokeDescriptor
strokeDescriptor = null;
873
private uint DecodeStrokeDescriptor(Stream strm, uint cbSize, out
StrokeDescriptor
descr)
959
StrokeDescriptor
descr;
1002
StrokeDescriptor
descr;
1556
private StylusPointDescription BuildStylusPointDescription(
StrokeDescriptor
strd, MetricBlock block, GuidList guidList)
1684
_strokeDescriptorTable = new List<
StrokeDescriptor
>(_coreStrokes.Count);
2201
StrokeDescriptor
tmp = _strokeDescriptorTable[0];
2294
private uint EncodeStrokeDescriptor(Stream strm,
StrokeDescriptor
strd)
2537
StrokeDescriptor
strokeDescriptor;
2676
private System.Collections.Generic.List<
StrokeDescriptor
> _strokeDescriptorTable = null;
MS\Internal\Ink\InkSerializedFormat\StrokeDescriptor.cs (1)
35
public bool IsEqual(
StrokeDescriptor
strd)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (3)
49
StrokeDescriptor
strokeDescriptor,
127
StrokeDescriptor
strokeDescriptor,
683
out
StrokeDescriptor
strokeDescriptor,