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