2 writes to ItemsPanel
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (2)
205itemsPresenter.panel.ItemsPanel = (ItemsPanelTemplate)e.NewValue; 315this.panel.ItemsPanel = this.ItemsPanel;
1 reference to ItemsPanel
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemsPresenter.cs (1)
258template = (_owner != null) ? _owner.ItemsPanel : null;