2 writes to CategoryExpanded
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (1)
394state.CategoryExpanded = container.Expanded;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\CategoryState.cs (1)
117categoryState.CategoryExpanded = (bool)categoryExpanded;
2 references to CategoryExpanded
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (2)
312container.Expanded = state.CategoryExpanded; 347container.Expanded = state.CategoryExpanded;