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