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