9 writes to ItemsSource
Microsoft.VisualStudio.LanguageServices (2)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (1)
131
ContextMenu.
ItemsSource
= viewModel.MenuItemViewModels;
UnusedReferences\Dialog\UnusedReferencesTableProvider.ColumnDefinitions.cs (1)
303
ItemsSource
= new[] { ServicesVSResources.Keep, ServicesVSResources.Remove }
PresentationFramework (3)
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
257
ItemsSource
= cellItems;
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (2)
70
ItemsSource
= new DataGridColumnHeaderCollection(grid.Columns);
83
ItemsSource
= null;
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (4)
744
_tabHeaderItemsControl.
ItemsSource
= _tabHeaderItemsSource;
756
ContextualTabGroupItemsControl.
ItemsSource
= ContextualTabGroupsSource;
760
ContextualTabGroupItemsControl.
ItemsSource
= ContextualTabGroups;
1469
ribbon.ContextualTabGroupItemsControl.
ItemsSource
= (IEnumerable)args.NewValue;
9 references to ItemsSource
PresentationFramework (6)
MS\Internal\Data\XmlBindingWorker.cs (1)
259
object itemsSource = ic.
ItemsSource
;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (3)
112
MultipleCopiesCollection cellItems =
ItemsSource
as MultipleCopiesCollection;
253
MultipleCopiesCollection cellItems =
ItemsSource
as MultipleCopiesCollection;
341
MultipleCopiesCollection cellItems =
ItemsSource
as MultipleCopiesCollection;
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
1026
return
ItemsSource
as DataGridColumnHeaderCollection;
System\Windows\Controls\Primitives\Selector.cs (1)
1216
if (
ItemsSource
== null)
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
742
if (_tabHeaderItemsControl != null && _tabHeaderItemsControl.
ItemsSource
== null)
748
if (_groupHeaderItemsControl != null && _groupHeaderItemsControl.
ItemsSource
== null)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2223
if (originalItemsControl.
ItemsSource
== null)