15 references to ItemForItemContainerProperty
PresentationFramework (15)
src\Framework\MS\Internal\Data\ObjectRef.cs (1)
383o = el.GetValue(ItemContainerGenerator.ItemForItemContainerProperty);
src\Framework\MS\Internal\Helper.cs (1)
944else if (container != container.GetValue(ItemContainerGenerator.ItemForItemContainerProperty))
src\Framework\System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (2)
50CollectionViewGroupInternal group = groupItem.GetValue(ItemContainerGenerator.ItemForItemContainerProperty) as CollectionViewGroupInternal; 79CollectionViewGroupInternal group = groupItem.GetValue(ItemContainerGenerator.ItemForItemContainerProperty) as CollectionViewGroupInternal;
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (8)
263object item = container.ReadLocalValue(ItemForItemContainerProperty); 578object item = container.ReadLocalValue(ItemForItemContainerProperty); 1994CollectionViewGroup group = groupItem.ReadLocalValue(ItemForItemContainerProperty) as CollectionViewGroup; 2279container.ClearValue(ItemForItemContainerProperty); 2280container.SetValue(ItemForItemContainerProperty, item); 2339container.ClearValue(ItemForItemContainerProperty); 2592CollectionViewGroup group = groupItem.ReadLocalValue(ItemForItemContainerProperty) as CollectionViewGroup; 3115CollectionViewGroup group = (CollectionViewGroup)GetValue(ItemContainerGenerator.ItemForItemContainerProperty);
src\Framework\System\Windows\Controls\ItemsControl.cs (2)
1241if (element.ContainsValue(ItemContainerGenerator.ItemForItemContainerProperty)) 3580container.ReadLocalValue(ItemContainerGenerator.ItemForItemContainerProperty)))
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
6464return container.ReadLocalValue(System.Windows.Controls.ItemContainerGenerator.ItemForItemContainerProperty);