1 instantiation of ItemCollection
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
118_items = new ItemCollection(this);
42 references to ItemCollection
PresentationFramework (41)
src\Framework\MS\Internal\Controls\IGeneratorHost.cs (1)
30ItemCollection View { get; }
src\Framework\MS\Internal\Controls\InnerItemCollectionView.cs (3)
30public InnerItemCollectionView(int capacity, ItemCollection itemCollection) 598internal ItemCollection ItemCollection 863ItemCollection _itemCollection;
src\Framework\MS\Internal\Helper.cs (1)
511System.Windows.Controls.ItemCollection ic = (host != null) ? host.View : null;
src\Framework\System\Windows\Automation\Peers\ItemAutomationPeer.cs (2)
303ItemCollection itemCollection = itemsControl.Items; 318ItemCollection itemCollection = itemsControl.Items;
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (3)
70ItemCollection items = owner.Items; 237ItemCollection items = owner.Items; 260ItemCollection items = null;
src\Framework\System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
156ItemCollection items = owner.Items;
src\Framework\System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
73ItemCollection items = owner.Items;
src\Framework\System\Windows\Controls\DataGrid.cs (1)
5066ItemCollection items = Items;
src\Framework\System\Windows\Controls\ItemCollection.cs (2)
2528public DeferHelper(ItemCollection itemCollection) 2544private ItemCollection _itemCollection;
src\Framework\System\Windows\Controls\ItemsControl.cs (3)
157public ItemCollection Items 1308ItemCollection IGeneratorHost.View 3960private ItemCollection _items; // Cache for Items property
src\Framework\System\Windows\Controls\TabControl.cs (1)
90ItemCollection tabItemCollection = tc.Items;
src\Framework\System\Windows\Controls\TextSearch.cs (3)
212ItemCollection itemCollection = _attachedTo.Items as ItemCollection; 396ItemCollection itemCollection = itemsControl.Items;
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
159ItemCollection items = _owner.Items;
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
420case 328: t = () => typeof(ItemCollection); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (15)
4280typeof(System.Windows.Controls.ItemCollection), // type 4315typeof(System.Windows.Controls.ItemCollection), // type 4743typeof(System.Windows.Controls.ItemCollection), // type 4931typeof(System.Windows.Controls.ItemCollection), // type 5016typeof(System.Windows.Controls.ItemCollection), // type 5068typeof(System.Windows.Controls.ItemCollection), // type 5120typeof(System.Windows.Controls.ItemCollection), // type 5137typeof(System.Windows.Controls.ItemCollection), // type 5154typeof(System.Windows.Controls.ItemCollection), // type 5564typeof(System.Windows.Controls.ItemCollection), // type 5649typeof(System.Windows.Controls.ItemCollection), // type 5734typeof(System.Windows.Controls.ItemCollection), // type 5906typeof(System.Windows.Controls.ItemCollection), // type 5992typeof(System.Windows.Controls.ItemCollection), // type 6009typeof(System.Windows.Controls.ItemCollection), // type
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5861typeof(System.Windows.Controls.ItemCollection),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5872case KnownElements.ItemCollection: t = typeof(System.Windows.Controls.ItemCollection); break;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
203ItemCollection items = dataGrid.Items;