4 references to CellTemplateProperty
PresentationFramework (4)
System\Windows\Controls\GridViewColumn.cs (3)
328
get { return (DataTemplate)GetValue(
CellTemplateProperty
); }
329
set { SetValue(
CellTemplateProperty
, value); }
335
c.OnPropertyChanged(
CellTemplateProperty
.Name);
System\Windows\Controls\GridViewRowPresenter.cs (1)
327
if (GridViewColumn.
CellTemplateProperty
.Name.Equals(propertyName))