1 override of IsCollection
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyImpl.cs (1)
118public override bool IsCollection
4 references to IsCollection
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelPropertyViewModel.cs (2)
82if (this.Value.IsCollection) 105if (this.Value.Value != null || (this.Value.IsCollection && this.Value.Collection.Count > 0) ||
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemViewModel.cs (2)
327if (property.IsCollection) 364if (property.IsCollection)