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