11 references to shapeLocation
System.Activities.Core.Presentation (11)
System\Activities\Core\Presentation\FlowchartDesigner.Container.cs (1)
394object location = this.ViewStateService.RetrieveViewState(modelItemsPerMetaData[0], shapeLocation);
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (3)
46object locationOfShape = this.ViewStateService.RetrieveViewState(this.ModelItem, shapeLocation); 109if (e.Key.Equals(shapeLocation)) 604object locationOfShape = this.ViewStateService.RetrieveViewState(flowNodeMI, shapeLocation);
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (7)
1237object locationOfShape = this.ViewStateService.RetrieveViewState(flowElementMI, shapeLocation); 1459if (this.ViewStateService.RetrieveViewState(storageModelItem, shapeLocation) != null) 1461this.ViewStateService.StoreViewStateWithUndo(storageModelItem, shapeLocation, newLocation); 1465this.ViewStateService.StoreViewState(storageModelItem, shapeLocation, newLocation); 1909object locationOfShape = this.ViewStateService.RetrieveViewState(flownodeMI, shapeLocation); 2134Point point = (Point)viewStateService.RetrieveViewState(flowStep, shapeLocation); 2136viewStateService.StoreViewState(activityModelItem, shapeLocation, point);