16 references to ItemForItemContainerProperty
PresentationFramework (16)
MS\Internal\Data\ObjectRef.cs (1)
367o = el.GetValue(ItemContainerGenerator.ItemForItemContainerProperty);
MS\Internal\Helper.cs (1)
914else if (container != container.GetValue(ItemContainerGenerator.ItemForItemContainerProperty))
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (2)
42CollectionViewGroupInternal group = groupItem.GetValue(ItemContainerGenerator.ItemForItemContainerProperty) as CollectionViewGroupInternal; 71CollectionViewGroupInternal group = groupItem.GetValue(ItemContainerGenerator.ItemForItemContainerProperty) as CollectionViewGroupInternal;
System\Windows\Controls\ItemContainerGenerator.cs (9)
255object item = container.ReadLocalValue(ItemForItemContainerProperty); 568object item = container.ReadLocalValue(ItemForItemContainerProperty); 930container.ReadLocalValue(ItemForItemContainerProperty) : null; 1977CollectionViewGroup group = groupItem.ReadLocalValue(ItemForItemContainerProperty) as CollectionViewGroup; 2262container.ClearValue(ItemForItemContainerProperty); 2263container.SetValue(ItemForItemContainerProperty, item); 2322container.ClearValue(ItemForItemContainerProperty); 2577CollectionViewGroup group = groupItem.ReadLocalValue(ItemForItemContainerProperty) as CollectionViewGroup; 3102CollectionViewGroup group = (CollectionViewGroup)GetValue(ItemContainerGenerator.ItemForItemContainerProperty);
System\Windows\Controls\ItemsControl.cs (2)
1216if (element.ContainsValue(ItemContainerGenerator.ItemForItemContainerProperty)) 3610container.ReadLocalValue(ItemContainerGenerator.ItemForItemContainerProperty)))
System\Windows\Controls\VirtualizingStackPanel.cs (1)
6573return container.ReadLocalValue(System.Windows.Controls.ItemContainerGenerator.ItemForItemContainerProperty);