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