2 writes to lastShape
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (2)
2638
this.
lastShape
= shapeLocation;
2657
this.
lastShape
= shapeLocation;
3 references to lastShape
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (3)
2644
Double detX = shapeLocation.X - (
lastShape
.X + FreeFormPanel.GridSize);
2645
Double detY = shapeLocation.Y - (
lastShape
.Y + FreeFormPanel.GridSize);
2658
return this.
lastShape
;