1 write to IsExpanded
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\Metadata\MutableAttributeTable.cs (1)
378attributes.IsExpanded = true;
4 references to IsExpanded
System.Data (4)
cdf\src\NetFx40\Tools\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)