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