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