1 write to StartPoint
PresentationCore (1)
Core\CSharp\System\Windows\Media\LineGeometry.cs (1)
49StartPoint = startPoint;
6 references to StartPoint
PresentationCore (6)
Core\CSharp\System\Windows\Media\Generated\LineGeometry.cs (1)
213data.StartPoint = StartPoint;
Core\CSharp\System\Windows\Media\LineGeometry.cs (5)
75Rect rect = new Rect(StartPoint, EndPoint); 101StartPoint, 159pPoints[0] = StartPoint; 227Point startPoint = StartPoint; 279ctx.BeginFigure(StartPoint, true /* is filled */, false /* is closed */);