1 write to ItemsPanel
Roslyn.VisualStudio.DiagnosticsWindow (1)
PerfMargin\PerfMarginPanel.cs (1)
120
listView.
ItemsPanel
= new ItemsPanelTemplate(wrapPanelFactory);
3 references to ItemsPanel
PresentationFramework (1)
System\Windows\Controls\ItemsPresenter.cs (1)
256
template = (_owner != null) ? _owner.
ItemsPanel
: null;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
340
ItemsHostSite = (Panel)(
ItemsPanel
.FindName(RibbonGallery.ItemsHostPanelName, _itemsPresenter));
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (1)
205
ItemsHostSite = (Panel)(
ItemsPanel
.FindName(RibbonGalleryCategory.ItemsHostPanelName, _itemsPresenter));