3 references to BasicPropertyMatchesFilterProperty
System.Activities.Presentation (3)
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); }