9 writes to Expanded
System.Activities.Presentation (9)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (2)
205_container.Expanded = false; 216_container.Expanded = true;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (4)
312container.Expanded = state.CategoryExpanded; 347container.Expanded = state.CategoryExpanded; 861categoryContainer.Expanded = true; 931categoryContainer.Expanded = true;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (3)
316this.Expanded = this.wasExpandedBeforeFilter; 331this.Expanded = this.BasicPropertyMatchesFilter || this.AdvancedPropertyMatchesFilter; 406this.Expanded = owningPI.IsCategoryExpanded(this.Category.CategoryName);
6 references to Expanded
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (2)
65return _container.Expanded ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed; 108if (_container.Expanded)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (3)
394state.CategoryExpanded = container.Expanded; 859if (!categoryContainer.Expanded) 929if (!categoryContainer.Expanded)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (1)
324this.wasExpandedBeforeFilter = this.Expanded;