1 write to EndPoint
PresentationCore (1)
Core\CSharp\System\Windows\Media\LineGeometry.cs (1)
50
EndPoint
= endPoint;
6 references to EndPoint
PresentationCore (6)
Core\CSharp\System\Windows\Media\Generated\LineGeometry.cs (1)
218
data.EndPoint =
EndPoint
;
Core\CSharp\System\Windows\Media\LineGeometry.cs (5)
75
Rect rect = new Rect(StartPoint,
EndPoint
);
102
EndPoint
,
160
pPoints[1] =
EndPoint
;
228
Point endPoint =
EndPoint
;
280
ctx.LineTo(
EndPoint
, true /* is stroked */, false /* is smooth join */);