2 references to ItemsPanelProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (2)
148get { return (ItemsPanelTemplate)GetValue(ItemsPanelProperty); } 149set { SetValue(ItemsPanelProperty, value); }