1 write to _categoryExpanded
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\CategoryState.cs (1)
60set { _categoryExpanded = value; }
3 references to _categoryExpanded
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\CategoryState.cs (3)
51get { return _categoryExpanded != DefaultCategoryExpanded || _advancedSectionExpanded != DefaultAdvancedSectionExpanded; } 59get { return _categoryExpanded; } 85PersistedStateUtilities.BoolToDigit(_categoryExpanded),