2 references to ExpandViewStateKey
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\StateMachineDesigner.xaml.cs (2)
69bool? isExpanded = (bool?)viewStateService.RetrieveViewState((ModelItem)newItem, ExpandViewStateKey); 72viewStateService.StoreViewState((ModelItem)newItem, ExpandViewStateKey, false);