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