1 instantiation of ItemCollection
PresentationFramework (1)
System\Windows\Controls\ItemsControl.cs (1)
108_items = new ItemCollection(this);
46 references to ItemCollection
PresentationFramework (41)
MS\Internal\Controls\IGeneratorHost.cs (1)
26ItemCollection View { get; }
MS\Internal\Controls\InnerItemCollectionView.cs (3)
27public InnerItemCollectionView(int capacity, ItemCollection itemCollection) 594internal ItemCollection ItemCollection 859ItemCollection _itemCollection;
MS\Internal\Helper.cs (1)
493System.Windows.Controls.ItemCollection ic = (host != null) ? host.View : null;
System\Windows\Automation\Peers\ItemAutomationPeer.cs (2)
330ItemCollection itemCollection = itemsControl.Items; 345ItemCollection itemCollection = itemsControl.Items;
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (3)
61ItemCollection items = owner.Items; 228ItemCollection items = owner.Items; 251ItemCollection items = null;
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
168ItemCollection items = owner.Items;
System\Windows\Automation\Peers\TreeViewAutomationPeer.cs (1)
63ItemCollection items = owner.Items;
System\Windows\Controls\DataGrid.cs (1)
5058ItemCollection items = Items;
System\Windows\Controls\ItemCollection.cs (2)
2511public DeferHelper(ItemCollection itemCollection) 2527private ItemCollection _itemCollection;
System\Windows\Controls\ItemsControl.cs (3)
147public ItemCollection Items 1295ItemCollection IGeneratorHost.View 4027private ItemCollection _items; // Cache for Items property
System\Windows\Controls\TabControl.cs (1)
79ItemCollection tabItemCollection = tc.Items;
System\Windows\Controls\TextSearch.cs (3)
186ItemCollection itemCollection = _attachedTo.Items as ItemCollection; 371ItemCollection itemCollection = itemsControl.Items;
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
154ItemCollection items = _owner.Items;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
422case 328: t = () => typeof(ItemCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (15)
4303typeof(System.Windows.Controls.ItemCollection), // type 4338typeof(System.Windows.Controls.ItemCollection), // type 4766typeof(System.Windows.Controls.ItemCollection), // type 4954typeof(System.Windows.Controls.ItemCollection), // type 5039typeof(System.Windows.Controls.ItemCollection), // type 5091typeof(System.Windows.Controls.ItemCollection), // type 5143typeof(System.Windows.Controls.ItemCollection), // type 5160typeof(System.Windows.Controls.ItemCollection), // type 5177typeof(System.Windows.Controls.ItemCollection), // type 5604typeof(System.Windows.Controls.ItemCollection), // type 5689typeof(System.Windows.Controls.ItemCollection), // type 5774typeof(System.Windows.Controls.ItemCollection), // type 5946typeof(System.Windows.Controls.ItemCollection), // type 6032typeof(System.Windows.Controls.ItemCollection), // type 6049typeof(System.Windows.Controls.ItemCollection), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5863typeof(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)
155ItemCollection itemCollection = childItemsControl.Items as ItemCollection; 243ItemCollection itemCollection = _attachedTo.Items as ItemCollection; 374ItemCollection itemCollection = itemsControl.Items;