2 writes to EndPoint
PresentationCore (1)
System\Windows\Media\LineGeometry.cs (1)
31EndPoint = endPoint;
ReachFramework (1)
AlphaFlattener\DrawingContext.cs (1)
714line.EndPoint = geometry.Transform.Value.Transform(line.EndPoint);
7 references to EndPoint
PresentationCore (6)
System\Windows\Media\Generated\LineGeometry.cs (1)
178data.EndPoint = EndPoint;
System\Windows\Media\LineGeometry.cs (5)
56Rect rect = new Rect(StartPoint, EndPoint); 83EndPoint, 128pPoints[1] = EndPoint; 194Point endPoint = EndPoint; 246ctx.LineTo(EndPoint, true /* is stroked */, false /* is smooth join */);
ReachFramework (1)
AlphaFlattener\DrawingContext.cs (1)
714line.EndPoint = geometry.Transform.Value.Transform(line.EndPoint);