2 writes to EndPoint
PresentationCore (1)
System\Windows\Media\LineGeometry.cs (1)
48EndPoint = endPoint;
ReachFramework (1)
AlphaFlattener\DrawingContext.cs (1)
718line.EndPoint = geometry.Transform.Value.Transform(line.EndPoint);
7 references to EndPoint
PresentationCore (6)
System\Windows\Media\Generated\LineGeometry.cs (1)
206data.EndPoint = EndPoint;
System\Windows\Media\LineGeometry.cs (5)
73Rect rect = new Rect(StartPoint, EndPoint); 100EndPoint, 145pPoints[1] = EndPoint; 211Point endPoint = EndPoint; 263ctx.LineTo(EndPoint, true /* is stroked */, false /* is smooth join */);
ReachFramework (1)
AlphaFlattener\DrawingContext.cs (1)
718line.EndPoint = geometry.Transform.Value.Transform(line.EndPoint);