Implemented interface member:
property
Keys
System.Collections.Generic.IDictionary<TKey, TValue>.Keys
1 override of Keys
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
237
public override ICollection<ModelItem>
Keys
3 references to Keys
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemExtensions.cs (2)
141
newKeyItem = dictionary.
Keys
.First<ModelItem>(p => object.Equals(p.GetCurrentValue(), newKey));
464
return dictionary.
Keys
.GetUniqueName(nameDefaultPrefix, nameGetter);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1167
return dictionary.
Keys
.Concat(dictionary.Values).Contains(backPointer.SourceVertex);