9 references to DataGridRowOwner
PresentationFramework (9)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (2)
1860DataGridRow row = presenter.DataGridRowOwner; 2419DataGridRow row = presenter.DataGridRowOwner;
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (7)
84DataGridRow owningRow = DataGridRowOwner; 161DataGridRow row = DataGridRowOwner; 312DataGridRow rowOwner = DataGridRowOwner; 330DataGridRow rowOwner = DataGridRowOwner; 472var row = DataGridRowOwner; 606DataGridRow parent = DataGridRowOwner; 628DataGridRow owningRow = DataGridRowOwner;