7 writes to ItemsSource
PresentationFramework (3)
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
263ItemsSource = cellItems;
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (2)
76ItemsSource = new DataGridColumnHeaderCollection(grid.Columns); 89ItemsSource = null;
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (4)
748_tabHeaderItemsControl.ItemsSource = _tabHeaderItemsSource; 760ContextualTabGroupItemsControl.ItemsSource = ContextualTabGroupsSource; 764ContextualTabGroupItemsControl.ItemsSource = ContextualTabGroups; 1488ribbon.ContextualTabGroupItemsControl.ItemsSource = (IEnumerable)args.NewValue;
9 references to ItemsSource
PresentationFramework (6)
MS\Internal\Data\XmlBindingWorker.cs (1)
266object itemsSource = ic.ItemsSource;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (3)
118MultipleCopiesCollection cellItems = ItemsSource as MultipleCopiesCollection; 259MultipleCopiesCollection cellItems = ItemsSource as MultipleCopiesCollection; 347MultipleCopiesCollection cellItems = ItemsSource as MultipleCopiesCollection;
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
1037return ItemsSource as DataGridColumnHeaderCollection;
System\Windows\Controls\Primitives\Selector.cs (1)
1229if (ItemsSource == null)
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
746if (_tabHeaderItemsControl != null && _tabHeaderItemsControl.ItemsSource == null) 752if (_groupHeaderItemsControl != null && _groupHeaderItemsControl.ItemsSource == null)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2249if (originalItemsControl.ItemsSource == null)