2 references to AllowedItemTypeProperty
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\VerticalConnector.xaml.cs (2)
29get { return (Type)GetValue(AllowedItemTypeProperty); } 30set { SetValue(AllowedItemTypeProperty, value); }