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