1 instantiation of ItemCollection
PresentationFramework (1)
System\Windows\Controls\ItemsControl.cs (1)
117_items = new ItemCollection(this);
46 references to ItemCollection
PresentationFramework (41)
MS\Internal\Controls\IGeneratorHost.cs (1)
28ItemCollection View { get; }
MS\Internal\Controls\InnerItemCollectionView.cs (3)
28public InnerItemCollectionView(int capacity, ItemCollection itemCollection) 595internal ItemCollection ItemCollection 860ItemCollection _itemCollection;
MS\Internal\Helper.cs (1)
502System.Windows.Controls.ItemCollection ic = (host != null) ? host.View : null;
System\Windows\Automation\Peers\ItemAutomationPeer.cs (2)
340ItemCollection itemCollection = itemsControl.Items; 355ItemCollection itemCollection = itemsControl.Items;
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (3)
73ItemCollection items = owner.Items; 240ItemCollection items = owner.Items; 263ItemCollection items = null;
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
181ItemCollection items = owner.Items;
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
76ItemCollection items = owner.Items;
System\Windows\Controls\DataGrid.cs (1)
5061ItemCollection items = Items;
System\Windows\Controls\ItemCollection.cs (2)
2520public DeferHelper(ItemCollection itemCollection) 2536private ItemCollection _itemCollection;
System\Windows\Controls\ItemsControl.cs (3)
156public ItemCollection Items 1304ItemCollection IGeneratorHost.View 4036private ItemCollection _items; // Cache for Items property
System\Windows\Controls\TabControl.cs (1)
89ItemCollection tabItemCollection = tc.Items;
System\Windows\Controls\TextSearch.cs (3)
197ItemCollection itemCollection = _attachedTo.Items as ItemCollection; 383ItemCollection itemCollection = itemsControl.Items;
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
158ItemCollection items = _owner.Items;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
424case 328: t = () => typeof(ItemCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (15)
4305typeof(System.Windows.Controls.ItemCollection), // type 4340typeof(System.Windows.Controls.ItemCollection), // type 4768typeof(System.Windows.Controls.ItemCollection), // type 4956typeof(System.Windows.Controls.ItemCollection), // type 5041typeof(System.Windows.Controls.ItemCollection), // type 5093typeof(System.Windows.Controls.ItemCollection), // type 5145typeof(System.Windows.Controls.ItemCollection), // type 5162typeof(System.Windows.Controls.ItemCollection), // type 5179typeof(System.Windows.Controls.ItemCollection), // type 5606typeof(System.Windows.Controls.ItemCollection), // type 5691typeof(System.Windows.Controls.ItemCollection), // type 5776typeof(System.Windows.Controls.ItemCollection), // type 5948typeof(System.Windows.Controls.ItemCollection), // type 6034typeof(System.Windows.Controls.ItemCollection), // type 6051typeof(System.Windows.Controls.ItemCollection), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5865typeof(System.Windows.Controls.ItemCollection),
System\Windows\Markup\KnownTypes.cs (1)
5882case KnownElements.ItemCollection: t = typeof(System.Windows.Controls.ItemCollection); break;
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\TextSearchInternal.cs (5)
159ItemCollection itemCollection = childItemsControl.Items as ItemCollection; 247ItemCollection itemCollection = _attachedTo.Items as ItemCollection; 379ItemCollection itemCollection = itemsControl.Items;