16 references to ItemForItemContainerProperty
PresentationFramework (16)
MS\Internal\Data\ObjectRef.cs (1)
373o = el.GetValue(ItemContainerGenerator.ItemForItemContainerProperty);
MS\Internal\Helper.cs (1)
929else if (container != container.GetValue(ItemContainerGenerator.ItemForItemContainerProperty))
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (2)
54CollectionViewGroupInternal group = groupItem.GetValue(ItemContainerGenerator.ItemForItemContainerProperty) as CollectionViewGroupInternal; 83CollectionViewGroupInternal group = groupItem.GetValue(ItemContainerGenerator.ItemForItemContainerProperty) as CollectionViewGroupInternal;
System\Windows\Controls\ItemContainerGenerator.cs (9)
261object item = container.ReadLocalValue(ItemForItemContainerProperty); 574object item = container.ReadLocalValue(ItemForItemContainerProperty); 936container.ReadLocalValue(ItemForItemContainerProperty) : null; 1986CollectionViewGroup group = groupItem.ReadLocalValue(ItemForItemContainerProperty) as CollectionViewGroup; 2271container.ClearValue(ItemForItemContainerProperty); 2272container.SetValue(ItemForItemContainerProperty, item); 2331container.ClearValue(ItemForItemContainerProperty); 2584CollectionViewGroup group = groupItem.ReadLocalValue(ItemForItemContainerProperty) as CollectionViewGroup; 3107CollectionViewGroup group = (CollectionViewGroup)GetValue(ItemContainerGenerator.ItemForItemContainerProperty);
System\Windows\Controls\ItemsControl.cs (2)
1237if (element.ContainsValue(ItemContainerGenerator.ItemForItemContainerProperty)) 3649container.ReadLocalValue(ItemContainerGenerator.ItemForItemContainerProperty)))
System\Windows\Controls\VirtualizingStackPanel.cs (1)
6601return container.ReadLocalValue(System.Windows.Controls.ItemContainerGenerator.ItemForItemContainerProperty);