11 references to ItemContainerStyleSelectorProperty
PresentationFramework (11)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
51ItemContainerStyleSelectorProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(null, new CoerceValueCallback(OnCoerceItemContainerStyleSelector))); 1017d.CoerceValue(ItemContainerStyleSelectorProperty);
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (1)
482ClearValue(ItemContainerStyleSelectorProperty);
src\Framework\System\Windows\Controls\ItemsControl.cs (6)
721Helper.CheckStyleAndStyleSelector("ItemContainer", ItemContainerStyleProperty, ItemContainerStyleSelectorProperty, this); 756get { return (StyleSelector) GetValue(ItemContainerStyleSelectorProperty); } 757set { SetValue(ItemContainerStyleSelectorProperty, value); } 777Helper.CheckStyleAndStyleSelector("ItemContainer", ItemContainerStyleProperty, ItemContainerStyleSelectorProperty, this); 1785Helper.HasDefaultValue(this, ItemContainerStyleSelectorProperty)) 1787SetValue(ItemContainerStyleSelectorProperty, itemContainerStyleSelector);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3010DependencyProperty dp = System.Windows.Controls.ItemsControl.ItemContainerStyleSelectorProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1837return System.Windows.Controls.ItemsControl.ItemContainerStyleSelectorProperty;