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)
95
this.SetBinding(CategoryContainer.
AdvancedPropertyMatchesFilterProperty
, advancedMatchesFilterBinding);
144
get { return (bool)this.GetValue(CategoryContainer.
AdvancedPropertyMatchesFilterProperty
); }
145
set { this.SetValue(CategoryContainer.
AdvancedPropertyMatchesFilterProperty
, value); }