9 references to DataGridRowOwner
PresentationFramework (9)
System\Windows\Controls\DataGridCellsPanel.cs (2)
1848DataGridRow row = presenter.DataGridRowOwner; 2405DataGridRow row = presenter.DataGridRowOwner;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (7)
77DataGridRow owningRow = DataGridRowOwner; 154DataGridRow row = DataGridRowOwner; 305DataGridRow rowOwner = DataGridRowOwner; 323DataGridRow rowOwner = DataGridRowOwner; 462var row = DataGridRowOwner; 598DataGridRow parent = DataGridRowOwner; 620DataGridRow owningRow = DataGridRowOwner;