2 references to FilterProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (2)
303get { return (Func<Type, bool>)GetValue(FilterProperty); } 304set { SetValue(FilterProperty, value); }