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