3 references to AdvancedPropertyMatchesFilterProperty
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (3)
95this.SetBinding(CategoryContainer.AdvancedPropertyMatchesFilterProperty, advancedMatchesFilterBinding); 144get { return (bool)this.GetValue(CategoryContainer.AdvancedPropertyMatchesFilterProperty); } 145set { this.SetValue(CategoryContainer.AdvancedPropertyMatchesFilterProperty, value); }