2 overrides of ContainerCount
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyMerger.cs (2)
246
public override int
ContainerCount
284
public override int
ContainerCount
3 references to ContainerCount
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyMerger.cs (3)
102
if (expander == null || expander.
ContainerCount
== 0)
107
if (expander.
ContainerCount
== 1)
157
existingModelPropertiesForProperty = new List<ModelProperty>(expander.
ContainerCount
);