Implemented interface member:
property
Values
System.Collections.Generic.IDictionary<TKey, TValue>.Values
1 override of Values
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
242public override ICollection<ModelItem> Values
1 reference to Values
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
1167return dictionary.Keys.Concat(dictionary.Values).Contains(backPointer.SourceVertex);