16 references to ItemForItemContainerProperty
PresentationFramework (16)
MS\Internal\Data\ObjectRef.cs (1)
367o = el.GetValue(ItemContainerGenerator.ItemForItemContainerProperty);
MS\Internal\Helper.cs (1)
920else 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; 1980CollectionViewGroup group = groupItem.ReadLocalValue(ItemForItemContainerProperty) as CollectionViewGroup; 2265container.ClearValue(ItemForItemContainerProperty); 2266container.SetValue(ItemForItemContainerProperty, item); 2325container.ClearValue(ItemForItemContainerProperty); 2578CollectionViewGroup group = groupItem.ReadLocalValue(ItemForItemContainerProperty) as CollectionViewGroup; 3101CollectionViewGroup group = (CollectionViewGroup)GetValue(ItemContainerGenerator.ItemForItemContainerProperty);
System\Windows\Controls\ItemsControl.cs (2)
1228if (element.ContainsValue(ItemContainerGenerator.ItemForItemContainerProperty)) 3640container.ReadLocalValue(ItemContainerGenerator.ItemForItemContainerProperty)))
System\Windows\Controls\VirtualizingStackPanel.cs (1)
6596return container.ReadLocalValue(System.Windows.Controls.ItemContainerGenerator.ItemForItemContainerProperty);