2 instantiations of StrokeDescriptor
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
874
descr = new
StrokeDescriptor
();
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
691
strokeDescriptor = new
StrokeDescriptor
();
15 references to StrokeDescriptor
PresentationCore (15)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (11)
317
_strokeDescriptorTable = new System.Collections.Generic.List<
StrokeDescriptor
>();
561
StrokeDescriptor
strokeDescriptor = null;
872
private uint DecodeStrokeDescriptor(Stream strm, uint cbSize, out
StrokeDescriptor
descr)
958
StrokeDescriptor
descr;
1001
StrokeDescriptor
descr;
1559
private StylusPointDescription BuildStylusPointDescription(
StrokeDescriptor
strd, MetricBlock block, GuidList guidList)
1687
_strokeDescriptorTable = new List<
StrokeDescriptor
>(_coreStrokes.Count);
2212
StrokeDescriptor
tmp = _strokeDescriptorTable[0];
2305
private uint EncodeStrokeDescriptor(Stream strm,
StrokeDescriptor
strd)
2555
StrokeDescriptor
strokeDescriptor;
2694
private System.Collections.Generic.List<
StrokeDescriptor
> _strokeDescriptorTable = null;
MS\Internal\Ink\InkSerializedFormat\StrokeDescriptor.cs (1)
36
public bool IsEqual(
StrokeDescriptor
strd)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (3)
50
StrokeDescriptor
strokeDescriptor,
128
StrokeDescriptor
strokeDescriptor,
684
out
StrokeDescriptor
strokeDescriptor,