4 references to GetSearchableStrings
System.Data (4)
cdf\src\NetFx40\Tools\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));