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