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