1 override of IsCollection
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyImpl.cs (1)
118
public 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)
82
if (this.Value.
IsCollection
)
105
if (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)
327
if (property.
IsCollection
)
364
if (property.
IsCollection
)