2 references to ExpandViewStateKey
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChangeReactions.cs (2)
78bool? isExpanded = (bool?)viewStateService.RetrieveViewState((ModelItem)newItem, ExpandViewStateKey); 81viewStateService.StoreViewState((ModelItem)newItem, ExpandViewStateKey, false);