28 references to RowOwner
PresentationFramework (28)
System\Windows\Controls\DataGrid.cs (21)
1770
ItemInfo info = ItemInfoFromContainer(cell.
RowOwner
);
2154
newItemIndex = ItemContainerGenerator.IndexFromContainer(cell.
RowOwner
);
2209
beginningEditEventArgs = new DataGridBeginningEditEventArgs(cell.Column, cell.
RowOwner
, editingEventArgs);
2261
var bindingGroup = cell.
RowOwner
.BindingGroup;
2267
_editingRowInfo = ItemInfoFromContainer(cell.
RowOwner
);
2271
cell.
RowOwner
.IsEditing = true;
2355
DataGridCellEditEndingEventArgs cellEditEndingEventArgs = new DataGridCellEditEndingEventArgs(cell.Column, cell.
RowOwner
, cell.EditingElement, DataGridEditAction.Commit);
2375
DataGridRowEditEndingEventArgs rowEditEndingEventArgs = new DataGridRowEditEndingEventArgs(cell.
RowOwner
, DataGridEditAction.Commit);
2380
var bindingGroup = cell.
RowOwner
.BindingGroup;
2403
if (!cell.
RowOwner
.IsEditing)
2528
DataGridCellEditEndingEventArgs cellEditEndingEventArgs = new DataGridCellEditEndingEventArgs(cell.Column, cell.
RowOwner
, cell.EditingElement, DataGridEditAction.Cancel);
2545
DataGridRowEditEndingEventArgs rowEditEndingEventArgs = new DataGridRowEditEndingEventArgs(cell.
RowOwner
, DataGridEditAction.Cancel);
2551
var bindingGroup = cell.
RowOwner
.BindingGroup;
2564
if (!cell.
RowOwner
.IsEditing)
3732
cell.
RowOwner
.IsEditing = false;
4740
MakeFullRowSelection(ItemInfoFromContainer(cell.
RowOwner
), allowsExtendSelect, allowsMinimalSelect);
5494
HandleSelectionForRowHeaderAndDetailsInput(cell.
RowOwner
, /* startDragging = */ false);
6052
HandleSelectionForRowHeaderAndDetailsInput(newCell.
RowOwner
, /* startDragging = */ false);
6110
HandleSelectionForRowHeaderAndDetailsInput(cell.
RowOwner
, /* startDragging = */ false);
6164
HandleSelectionForRowHeaderAndDetailsInput(cell.
RowOwner
, /* startDragging = */ false);
6228
HandleSelectionForRowHeaderAndDetailsInput(cell.
RowOwner
, /* startDragging = */ false);
System\Windows\Controls\DataGridCell.cs (4)
387
var row =
RowOwner
;
505
var row =
RowOwner
;
639
DataGridPreparingCellForEditEventArgs preparingCellForEditEventArgs = new DataGridPreparingCellForEditEventArgs(Column,
RowOwner
, editingEventArgs, currentEditingElement);
1116
DataGridRow row =
RowOwner
;
System\Windows\Controls\DataGridCellInfo.cs (1)
52
_info = owner.NewItemInfo(cell.RowDataItem, cell.
RowOwner
);
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (2)
313
if (cell.
RowOwner
!= rowOwner)
331
if (cell.
RowOwner
== rowOwner)