2 references to Filter
System.Activities.Core.Presentation (2)
System\Activities\Presentation\TypeCollectionPropertyEditor.cs (1)
64Func<Type, bool> filter = GetOptionValueOrUseDefault<Func<Type, bool>>(editingProperty.Attributes, TypeCollectionPropertyEditor.Filter, null);
System\ServiceModel\Presentation\ServiceDesigner.xaml.cs (1)
54new EditorOptionAttribute { Name = TypeCollectionPropertyEditor.Filter, Value = ServiceContractImporter.FilterFunction },