7 instantiations of SearchableStringConverterAttribute
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignerMetadata.cs (7)
59
builder.AddCustomAttributes(typeof(Argument), new
SearchableStringConverterAttribute
(typeof(ArgumentSearchableStringConverter)));
60
builder.AddCustomAttributes(typeof(VisualBasicValue<>), new
SearchableStringConverterAttribute
(typeof(VisualBasicValueSearchableStringConverter)));
61
builder.AddCustomAttributes(typeof(Type), new
SearchableStringConverterAttribute
(typeof(TypeSearchableStringConverter)));
63
new
SearchableStringConverterAttribute
(typeof(ActivityActionSearchableStringConverter<>)));
64
builder.AddCustomAttributes(typeof(XName), new
SearchableStringConverterAttribute
(typeof(XNameSearchableStringConverter)));
65
builder.AddCustomAttributes(typeof(Encoding), new
SearchableStringConverterAttribute
(typeof(EncodingSearchableStringConverter)));
66
builder.AddCustomAttributes(typeof(ErrorActivity), new
SearchableStringConverterAttribute
(typeof(EmptySearchableStringConverter)));
3 references to SearchableStringConverterAttribute
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelSearchServiceImpl.cs (3)
430
SearchableStringConverterAttribute
attribute =
431
ExtensibilityAccessor.GetAttribute<
SearchableStringConverterAttribute
>(type);
439
attribute = ExtensibilityAccessor.GetAttribute<
SearchableStringConverterAttribute
>(generictype);