2 references to AllowedItemTypeProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (2)
114get { return (Type)GetValue(AllowedItemTypeProperty); } 115set { SetValue(AllowedItemTypeProperty, value); }