3 references to BasicPropertyMatchesFilterProperty
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (3)
90this.SetBinding(CategoryContainer.BasicPropertyMatchesFilterProperty, basicMatchesFilterBinding); 138get { return (bool)this.GetValue(CategoryContainer.BasicPropertyMatchesFilterProperty); } 139set { this.SetValue(CategoryContainer.BasicPropertyMatchesFilterProperty, value); }