2 instantiations of StrokeDescriptor
PresentationCore (2)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
887
descr = new
StrokeDescriptor
();
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
698
strokeDescriptor = new
StrokeDescriptor
();
15 references to StrokeDescriptor
PresentationCore (15)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (11)
330
_strokeDescriptorTable = new System.Collections.Generic.List<
StrokeDescriptor
>();
574
StrokeDescriptor
strokeDescriptor = null;
885
private uint DecodeStrokeDescriptor(Stream strm, uint cbSize, out
StrokeDescriptor
descr)
971
StrokeDescriptor
descr;
1014
StrokeDescriptor
descr;
1572
private StylusPointDescription BuildStylusPointDescription(
StrokeDescriptor
strd, MetricBlock block, GuidList guidList)
1700
_strokeDescriptorTable = new List<
StrokeDescriptor
>(_coreStrokes.Count);
2225
StrokeDescriptor
tmp = _strokeDescriptorTable[0];
2318
private uint EncodeStrokeDescriptor(Stream strm,
StrokeDescriptor
strd)
2568
StrokeDescriptor
strokeDescriptor;
2707
private System.Collections.Generic.List<
StrokeDescriptor
> _strokeDescriptorTable = null;
MS\Internal\Ink\InkSerializedFormat\StrokeDescriptor.cs (1)
38
public bool IsEqual(
StrokeDescriptor
strd)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (3)
57
StrokeDescriptor
strokeDescriptor,
135
StrokeDescriptor
strokeDescriptor,
691
out
StrokeDescriptor
strokeDescriptor,