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