9 writes to ItemsSource
Microsoft.VisualStudio.LanguageServices (2)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (1)
131
ContextMenu.
ItemsSource
= viewModel.MenuItemViewModels;
UnusedReferences\Dialog\UnusedReferencesTableProvider.ColumnDefinitions.cs (1)
304
ItemsSource
= new[] { ServicesVSResources.Keep, ServicesVSResources.Remove }
PresentationFramework (3)
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
263
ItemsSource
= cellItems;
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (2)
76
ItemsSource
= new DataGridColumnHeaderCollection(grid.Columns);
89
ItemsSource
= null;
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (4)
748
_tabHeaderItemsControl.
ItemsSource
= _tabHeaderItemsSource;
760
ContextualTabGroupItemsControl.
ItemsSource
= ContextualTabGroupsSource;
764
ContextualTabGroupItemsControl.
ItemsSource
= ContextualTabGroups;
1488
ribbon.ContextualTabGroupItemsControl.
ItemsSource
= (IEnumerable)args.NewValue;
9 references to ItemsSource
PresentationFramework (6)
MS\Internal\Data\XmlBindingWorker.cs (1)
266
object itemsSource = ic.
ItemsSource
;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (3)
118
MultipleCopiesCollection cellItems =
ItemsSource
as MultipleCopiesCollection;
259
MultipleCopiesCollection cellItems =
ItemsSource
as MultipleCopiesCollection;
347
MultipleCopiesCollection cellItems =
ItemsSource
as MultipleCopiesCollection;
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
1037
return
ItemsSource
as DataGridColumnHeaderCollection;
System\Windows\Controls\Primitives\Selector.cs (1)
1229
if (
ItemsSource
== null)
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
746
if (_tabHeaderItemsControl != null && _tabHeaderItemsControl.
ItemsSource
== null)
752
if (_groupHeaderItemsControl != null && _groupHeaderItemsControl.
ItemsSource
== null)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2249
if (originalItemsControl.
ItemsSource
== null)