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)
113
return TestTarget(target, DataGridNotificationTarget.
DetailsPresenter
);
139
DataGridNotificationTarget.
DetailsPresenter
;
System\Windows\Controls\DataGridRow.cs (2)
795
row.NotifyPropertyChanged(row, e, DataGridNotificationTarget.Rows | DataGridNotificationTarget.
DetailsPresenter
);
820
row.NotifyPropertyChanged(d, e, DataGridNotificationTarget.Rows | DataGridNotificationTarget.
DetailsPresenter
);