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)
107return TestTarget(target, DataGridNotificationTarget.DetailsPresenter); 133DataGridNotificationTarget.DetailsPresenter;
System\Windows\Controls\DataGridRow.cs (2)
791row.NotifyPropertyChanged(row, e, DataGridNotificationTarget.Rows | DataGridNotificationTarget.DetailsPresenter); 816row.NotifyPropertyChanged(d, e, DataGridNotificationTarget.Rows | DataGridNotificationTarget.DetailsPresenter);