5 references to DetailsPresenter
PresentationFramework (5)
System\Windows\Controls\DataGrid.cs (1)
566((DataGrid)d).NotifyPropertyChanged(d, e, DataGridNotificationTarget.Rows | DataGridNotificationTarget.DetailsPresenter);
System\Windows\Controls\DataGridHelper.cs (2)
106return TestTarget(target, DataGridNotificationTarget.DetailsPresenter); 132DataGridNotificationTarget.DetailsPresenter;
System\Windows\Controls\DataGridRow.cs (2)
783row.NotifyPropertyChanged(row, e, DataGridNotificationTarget.Rows | DataGridNotificationTarget.DetailsPresenter); 805row.NotifyPropertyChanged(d, e, DataGridNotificationTarget.Rows | DataGridNotificationTarget.DetailsPresenter);