3 references to Copy
PresentationCore (3)
System\Windows\Ink\Stroke.cs (3)
776
Stroke stroke =
Copy
(sourceStylusPoints, fragment.BeginFIndex, fragment.EndFIndex);
841
Stroke stroke =
Copy
(sourceStylusPoints, beginFIndex, fragment.BeginFIndex);
850
Stroke stroke =
Copy
(sourceStylusPoints, beginFIndex, StrokeFIndices.AfterLast);