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)
258
ItemsSource
= cellItems;
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (2)
71
ItemsSource
= new DataGridColumnHeaderCollection(grid.Columns);
84
ItemsSource
= null;
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (4)
745
_tabHeaderItemsControl.
ItemsSource
= _tabHeaderItemsSource;
757
ContextualTabGroupItemsControl.
ItemsSource
= ContextualTabGroupsSource;
761
ContextualTabGroupItemsControl.
ItemsSource
= ContextualTabGroups;
1485
ribbon.ContextualTabGroupItemsControl.
ItemsSource
= (IEnumerable)args.NewValue;
9 references to ItemsSource
PresentationFramework (6)
MS\Internal\Data\XmlBindingWorker.cs (1)
260
object itemsSource = ic.
ItemsSource
;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (3)
113
MultipleCopiesCollection cellItems =
ItemsSource
as MultipleCopiesCollection;
254
MultipleCopiesCollection cellItems =
ItemsSource
as MultipleCopiesCollection;
342
MultipleCopiesCollection cellItems =
ItemsSource
as MultipleCopiesCollection;
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
1032
return
ItemsSource
as DataGridColumnHeaderCollection;
System\Windows\Controls\Primitives\Selector.cs (1)
1220
if (
ItemsSource
== null)
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
743
if (_tabHeaderItemsControl != null && _tabHeaderItemsControl.
ItemsSource
== null)
749
if (_groupHeaderItemsControl != null && _groupHeaderItemsControl.
ItemsSource
== null)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2244
if (originalItemsControl.
ItemsSource
== null)