7 references to BindingGroup
PresentationFramework (7)
src\Framework\System\Windows\Controls\DataGrid.cs (3)
2265var bindingGroup = cell.RowOwner.BindingGroup; 2385var bindingGroup = cell.RowOwner.BindingGroup; 2556var bindingGroup = cell.RowOwner.BindingGroup;
src\Framework\System\Windows\Controls\DataGridCell.cs (1)
385var bindingGroup = row.BindingGroup;
src\Framework\System\Windows\Controls\DataGridHelper.cs (2)
532BindingGroup bindingGroup = element.BindingGroup; 646BindingGroup bindingGroup = element.BindingGroup;
src\Framework\System\Windows\Controls\DataGridRow.cs (1)
477Dispatcher.BeginInvoke(new DispatcherOperationCallback(DelayedValidateWithoutUpdate), DispatcherPriority.DataBind, BindingGroup);