28 references to RowOwner
PresentationFramework (28)
System\Windows\Controls\DataGrid.cs (21)
1760
ItemInfo info = ItemInfoFromContainer(cell.
RowOwner
);
2146
newItemIndex = ItemContainerGenerator.IndexFromContainer(cell.
RowOwner
);
2201
beginningEditEventArgs = new DataGridBeginningEditEventArgs(cell.Column, cell.
RowOwner
, editingEventArgs);
2253
var bindingGroup = cell.
RowOwner
.BindingGroup;
2256
_editingRowInfo = ItemInfoFromContainer(cell.
RowOwner
);
2260
cell.
RowOwner
.IsEditing = true;
2344
DataGridCellEditEndingEventArgs cellEditEndingEventArgs = new DataGridCellEditEndingEventArgs(cell.Column, cell.
RowOwner
, cell.EditingElement, DataGridEditAction.Commit);
2364
DataGridRowEditEndingEventArgs rowEditEndingEventArgs = new DataGridRowEditEndingEventArgs(cell.
RowOwner
, DataGridEditAction.Commit);
2369
var bindingGroup = cell.
RowOwner
.BindingGroup;
2392
if (!cell.
RowOwner
.IsEditing)
2511
DataGridCellEditEndingEventArgs cellEditEndingEventArgs = new DataGridCellEditEndingEventArgs(cell.Column, cell.
RowOwner
, cell.EditingElement, DataGridEditAction.Cancel);
2528
DataGridRowEditEndingEventArgs rowEditEndingEventArgs = new DataGridRowEditEndingEventArgs(cell.
RowOwner
, DataGridEditAction.Cancel);
2534
var bindingGroup = cell.
RowOwner
.BindingGroup;
2544
if (!cell.
RowOwner
.IsEditing)
3706
cell.
RowOwner
.IsEditing = false;
4702
MakeFullRowSelection(ItemInfoFromContainer(cell.
RowOwner
), allowsExtendSelect, allowsMinimalSelect);
5453
HandleSelectionForRowHeaderAndDetailsInput(cell.
RowOwner
, /* startDragging = */ false);
6008
HandleSelectionForRowHeaderAndDetailsInput(newCell.
RowOwner
, /* startDragging = */ false);
6066
HandleSelectionForRowHeaderAndDetailsInput(cell.
RowOwner
, /* startDragging = */ false);
6120
HandleSelectionForRowHeaderAndDetailsInput(cell.
RowOwner
, /* startDragging = */ false);
6184
HandleSelectionForRowHeaderAndDetailsInput(cell.
RowOwner
, /* startDragging = */ false);
System\Windows\Controls\DataGridCell.cs (4)
377
var row =
RowOwner
;
495
var row =
RowOwner
;
623
DataGridPreparingCellForEditEventArgs preparingCellForEditEventArgs = new DataGridPreparingCellForEditEventArgs(Column,
RowOwner
, editingEventArgs, currentEditingElement);
1095
DataGridRow row =
RowOwner
;
System\Windows\Controls\DataGridCellInfo.cs (1)
47
_info = owner.NewItemInfo(cell.RowDataItem, cell.
RowOwner
);
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (2)
308
if (cell.
RowOwner
!= rowOwner)
326
if (cell.
RowOwner
== rowOwner)