1 write to IsExpanded
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (1)
378attributes.IsExpanded = true;
4 references to IsExpanded
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (4)
200Fx.Assert(!attributes.IsExpanded, "Should not call expand attributes with an expanded list."); 297if (md.MemberAttributes == null && md.TypeAttributes != null && !md.TypeAttributes.IsExpanded) 364if (!attributes.IsExpanded) 375if (!attributes.IsExpanded)