5 references to DetailsPresenter
PresentationFramework (5)
System\Windows\Controls\DataGrid.cs (1)
567
((DataGrid)d).NotifyPropertyChanged(d, e, DataGridNotificationTarget.Rows | DataGridNotificationTarget.
DetailsPresenter
);
System\Windows\Controls\DataGridHelper.cs (2)
107
return TestTarget(target, DataGridNotificationTarget.
DetailsPresenter
);
133
DataGridNotificationTarget.
DetailsPresenter
;
System\Windows\Controls\DataGridRow.cs (2)
791
row.NotifyPropertyChanged(row, e, DataGridNotificationTarget.Rows | DataGridNotificationTarget.
DetailsPresenter
);
816
row.NotifyPropertyChanged(d, e, DataGridNotificationTarget.Rows | DataGridNotificationTarget.
DetailsPresenter
);