3 references to Stroke
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
98
stroke = new
Stroke
(stylusPoints, drawingAttributes, extendedProperties);
Core\CSharp\System\Windows\Ink\Stroke.cs (2)
42
:
this
(stylusPoints, new DrawingAttributes(), null)
52
:
this
(stylusPoints, drawingAttributes, null)