2 references to CellTemplateProperty
PresentationFramework (2)
System\Windows\Controls\DataGridTemplateColumn.cs (2)
62get { return (DataTemplate)GetValue(CellTemplateProperty); } 63set { SetValue(CellTemplateProperty, value); }