7 references to 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)));