4 references to GetSearchableStrings
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (4)
330IList<string> texts = GetSearchableStrings(value); 376IList<string> argumentValues = GetSearchableStrings(argument.Properties[DesignTimeArgument.ArgumentDefaultValueProperty].ComputedValue); 459results.AddRange(GetSearchableStrings(value)); 472results.AddRange(GetSearchableStrings(propertyValue));