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