2 references to AllowedItemTypeProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (2)
350get { return (Type)GetValue(AllowedItemTypeProperty); } 351set { SetValue(AllowedItemTypeProperty, value); }