16 references to ItemForItemContainerProperty
PresentationFramework (16)
MS\Internal\Data\ObjectRef.cs (1)
366o = el.GetValue(ItemContainerGenerator.ItemForItemContainerProperty);
MS\Internal\Helper.cs (1)
913else if (container != container.GetValue(ItemContainerGenerator.ItemForItemContainerProperty))
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (2)
41CollectionViewGroupInternal group = groupItem.GetValue(ItemContainerGenerator.ItemForItemContainerProperty) as CollectionViewGroupInternal; 70CollectionViewGroupInternal group = groupItem.GetValue(ItemContainerGenerator.ItemForItemContainerProperty) as CollectionViewGroupInternal;
System\Windows\Controls\ItemContainerGenerator.cs (9)
254object item = container.ReadLocalValue(ItemForItemContainerProperty); 567object item = container.ReadLocalValue(ItemForItemContainerProperty); 929container.ReadLocalValue(ItemForItemContainerProperty) : null; 1976CollectionViewGroup group = groupItem.ReadLocalValue(ItemForItemContainerProperty) as CollectionViewGroup; 2259container.ClearValue(ItemForItemContainerProperty); 2260container.SetValue(ItemForItemContainerProperty, item); 2319container.ClearValue(ItemForItemContainerProperty); 2574CollectionViewGroup group = groupItem.ReadLocalValue(ItemForItemContainerProperty) as CollectionViewGroup; 3099CollectionViewGroup group = (CollectionViewGroup)GetValue(ItemContainerGenerator.ItemForItemContainerProperty);
System\Windows\Controls\ItemsControl.cs (2)
1215if (element.ContainsValue(ItemContainerGenerator.ItemForItemContainerProperty)) 3609container.ReadLocalValue(ItemContainerGenerator.ItemForItemContainerProperty)))
System\Windows\Controls\VirtualizingStackPanel.cs (1)
6572return container.ReadLocalValue(System.Windows.Controls.ItemContainerGenerator.ItemForItemContainerProperty);