Implemented interface member:
property
Count
System.Collections.Generic.ICollection<T>.Count
1 override of Count
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (1)
89public override int Count
11 references to Count
System.Data (11)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValueCollection.cs (1)
43if (collection != null && collection.Count > 0)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemCollection.cs (3)
259return Count - 1; 334for (int idx = 0; idx < Count; idx++) { 343get { return Count; }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\CollectionChange.cs (1)
80this.Index = this.Collection.Count;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (1)
405if (index >= 0 && index < segmentCollection.Count)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelPropertyViewModel.cs (1)
105if (this.Value.Value != null || (this.Value.IsCollection && this.Value.Collection.Count > 0) ||
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (4)
278if (this.Items.Count == 0) 293if (this.Items.Count > 0) 447this.hintTextGrid.Visibility = (this.Items.Count == 0 && !string.IsNullOrEmpty(hintText)) ? Visibility.Visible : Visibility.Collapsed; 942if (owner.Items.Count > 0)