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