20 references to SearchableEntryOption
System.Data (20)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (19)
272SearchableEntry CreateSearchableEntry(SearchableEntryOption entryType, 293entries.Add(CreateSearchableEntry(SearchableEntryOption.Variable, variable, null, 296entries.Add(CreateSearchableEntry(SearchableEntryOption.Variable, variable, null, 303entries.Add(CreateSearchableEntry(SearchableEntryOption.Variable, variable, null, 312entries.Add(CreateSearchableEntry(SearchableEntryOption.Variable, variable, null, annotationText, null)); 320ModelProperty property, SearchableEntryOption entryType, string propertyPath) 326ModelProperty property, SearchableEntryOption entryType, string propertyPath) 370entries.Add(CreateSearchableEntry(SearchableEntryOption.Argument, argument, null, 373entries.Add(CreateSearchableEntry(SearchableEntryOption.Argument, argument, null, 380argument, null, SearchableEntryOption.Argument, null); 388entries.Add(CreateSearchableEntry(SearchableEntryOption.Argument, argument, null, annotationText, null)); 491SearchableEntryOption.Property, modelItem, property, TypeNameHelper.GetDisplayName(property.PropertyType, false), propertyPath)); 494SearchableEntryOption.Property, modelItem, property, property.Name, propertyPath)); 523AddEntriesForPropertyValue(property.ComputedValue, modelItem, property, SearchableEntryOption.Property, propertyPath); 528AddEntriesForPropertyReference(property.Reference, modelItem, property, SearchableEntryOption.Property, propertyPath); 612SearchableEntryType = SearchableEntryOption.Argument, 620SearchableEntryType = SearchableEntryOption.Variable, 641if (entry.SearchableEntryType == SearchableEntryOption.Variable) 651else if (entry.SearchableEntryType == SearchableEntryOption.Argument)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\SearchableEntry.cs (1)
11internal SearchableEntryOption SearchableEntryType { get; set; }