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