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