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\ModelItemDictionaryImpl.cs (1)
227public override int Count
5 references to Count
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemDictionary.cs (4)
299object[] keys = new object[Count]; 321object[] values = new object[Count]; 347if (Count > 0) { 369get { return Count; }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\TreeViewItemModelPropertyViewModel.cs (1)
106(this.Value.IsDictionary && this.Value.Dictionary.Count > 0))