2 references to CategoryListProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyToolBar.cs (2)
76get { return (CategoryList)this.GetValue(CategoryListProperty); } 77set { this.SetValue(CategoryListProperty, value); }