5 references to DetailsPresenter
PresentationFramework (5)
System\Windows\Controls\DataGrid.cs (1)
570((DataGrid)d).NotifyPropertyChanged(d, e, DataGridNotificationTarget.Rows | DataGridNotificationTarget.DetailsPresenter);
System\Windows\Controls\DataGridHelper.cs (2)
113return TestTarget(target, DataGridNotificationTarget.DetailsPresenter); 139DataGridNotificationTarget.DetailsPresenter;
System\Windows\Controls\DataGridRow.cs (2)
795row.NotifyPropertyChanged(row, e, DataGridNotificationTarget.Rows | DataGridNotificationTarget.DetailsPresenter); 820row.NotifyPropertyChanged(d, e, DataGridNotificationTarget.Rows | DataGridNotificationTarget.DetailsPresenter);