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