12 references to ItemContainerStyleProperty
PresentationFramework (12)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
50ItemContainerStyleProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(null, new CoerceValueCallback(OnCoerceItemContainerStyle))); 905d.CoerceValue(ItemContainerStyleProperty);
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (2)
479ClearValue(ItemContainerStyleProperty); 493ClearValue(ItemContainerStyleProperty);
src\Framework\System\Windows\Controls\ItemsControl.cs (6)
700get { return (Style) GetValue(ItemContainerStyleProperty); } 701set { SetValue(ItemContainerStyleProperty, value); } 721Helper.CheckStyleAndStyleSelector("ItemContainer", ItemContainerStyleProperty, ItemContainerStyleSelectorProperty, this); 777Helper.CheckStyleAndStyleSelector("ItemContainer", ItemContainerStyleProperty, ItemContainerStyleSelectorProperty, this); 1780Helper.HasDefaultValue(this, ItemContainerStyleProperty)) 1782SetValue(ItemContainerStyleProperty, itemContainerStyle);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2994DependencyProperty dp = System.Windows.Controls.ItemsControl.ItemContainerStyleProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1835return System.Windows.Controls.ItemsControl.ItemContainerStyleProperty;