2 references to DefaultCategoryExpanded
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\CategoryState.cs (2)
24
private bool _categoryExpanded =
DefaultCategoryExpanded
;
51
get { return _categoryExpanded !=
DefaultCategoryExpanded
|| _advancedSectionExpanded != DefaultAdvancedSectionExpanded; }