1 instantiation of SearchAction
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
354SearchAction newSearch = new SearchAction(searchText, this.localAssemblies, this.referenceAssemblies);
7 references to SearchAction
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (7)
56SearchAction currentSearch = null; 354SearchAction newSearch = new SearchAction(searchText, this.localAssemblies, this.referenceAssemblies); 357SearchAction senderAction = s as SearchAction; 358SearchAction currentAction = this.currentSearch; 730Func<TypeNode, string, bool> matchAlgorithm = SearchAction.MatchShortName; 738matchAlgorithm = SearchAction.MatchFullName;