1 instantiation of ItemCollection
PresentationFramework (1)
System\Windows\Controls\ItemsControl.cs (1)
107_items = new ItemCollection(this);
46 references to ItemCollection
PresentationFramework (41)
MS\Internal\Controls\IGeneratorHost.cs (1)
25ItemCollection View { get; }
MS\Internal\Controls\InnerItemCollectionView.cs (3)
26public InnerItemCollectionView(int capacity, ItemCollection itemCollection) 593internal ItemCollection ItemCollection 858private ItemCollection _itemCollection;
MS\Internal\Helper.cs (1)
492System.Windows.Controls.ItemCollection ic = host?.View;
System\Windows\Automation\Peers\ItemAutomationPeer.cs (2)
326ItemCollection itemCollection = itemsControl.Items; 341ItemCollection itemCollection = itemsControl.Items;
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (3)
60ItemCollection items = owner.Items; 221ItemCollection items = owner.Items; 244ItemCollection items = null;
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
167ItemCollection items = owner.Items;
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
62ItemCollection items = owner.Items;
System\Windows\Controls\DataGrid.cs (1)
5019ItemCollection items = Items;
System\Windows\Controls\ItemCollection.cs (2)
2496public DeferHelper(ItemCollection itemCollection) 2512private ItemCollection _itemCollection;
System\Windows\Controls\ItemsControl.cs (3)
146public ItemCollection Items 1282ItemCollection IGeneratorHost.View 3993private ItemCollection _items; // Cache for Items property
System\Windows\Controls\TabControl.cs (1)
78ItemCollection tabItemCollection = tc.Items;
System\Windows\Controls\TextSearch.cs (3)
185ItemCollection itemCollection = _attachedTo.Items as ItemCollection; 370ItemCollection itemCollection = itemsControl.Items;
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
153ItemCollection items = _owner.Items;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
421case 328: t = () => typeof(ItemCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (15)
4540typeof(System.Windows.Controls.ItemCollection), // type 4579typeof(System.Windows.Controls.ItemCollection), // type 5053typeof(System.Windows.Controls.ItemCollection), // type 5263typeof(System.Windows.Controls.ItemCollection), // type 5356typeof(System.Windows.Controls.ItemCollection), // type 5414typeof(System.Windows.Controls.ItemCollection), // type 5472typeof(System.Windows.Controls.ItemCollection), // type 5491typeof(System.Windows.Controls.ItemCollection), // type 5510typeof(System.Windows.Controls.ItemCollection), // type 5983typeof(System.Windows.Controls.ItemCollection), // type 6078typeof(System.Windows.Controls.ItemCollection), // type 6171typeof(System.Windows.Controls.ItemCollection), // type 6363typeof(System.Windows.Controls.ItemCollection), // type 6459typeof(System.Windows.Controls.ItemCollection), // type 6478typeof(System.Windows.Controls.ItemCollection), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6406typeof(System.Windows.Controls.ItemCollection),
System\Windows\Markup\KnownTypes.cs (1)
5875case KnownElements.ItemCollection: t = typeof(System.Windows.Controls.ItemCollection); break;
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\TextSearchInternal.cs (5)
154ItemCollection itemCollection = childItemsControl.Items as ItemCollection; 242ItemCollection itemCollection = _attachedTo.Items as ItemCollection; 373ItemCollection itemCollection = itemsControl.Items;