2 references to OwningCategoryContainerProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (2)
166
dependencyObject.SetValue(CategoryContainer.
OwningCategoryContainerProperty
, value);
180
return (CategoryContainer)dependencyObject.GetValue(CategoryContainer.
OwningCategoryContainerProperty
);