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