8 references to MostRecentlyUsedTypes
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (8)
251this.MostRecentlyUsedTypes.CollectionChanged -= OnMostRecentlyUsedTypesChanged; 252this.MostRecentlyUsedTypes.CollectionChanged += OnMostRecentlyUsedTypesChanged; 258this.MostRecentlyUsedTypes.CollectionChanged -= OnMostRecentlyUsedTypesChanged; 346foreach (Type type in this.MostRecentlyUsedTypes) 657if (!MostRecentlyUsedTypes.Any<Type>(p => Type.Equals(p, result))) 659MostRecentlyUsedTypes.Add(result); 881if (null == this.typePresenter.MostRecentlyUsedTypes.SingleOrDefault<Type>(p => Type.Equals(p, (Type)value))) 883this.typePresenter.MostRecentlyUsedTypes.Add((Type)value);