3 references to shapeSize
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (1)
47object sizeOfShape = this.ViewStateService.RetrieveViewState(this.ModelItem, shapeSize);
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (2)
656this.ViewStateService.StoreViewState(storageModelItem, shapeSize, ((UIElement)sender).DesiredSize); 1238object sizeOfShape = this.ViewStateService.RetrieveViewState(flowElementMI, shapeSize);