3 references to Owner
PresentationFramework (3)
System\Windows\Controls\DataGridCellInfo.cs (3)
176return (cell._column == _column) && (cell.Owner == Owner) && (cell._info == _info); 218DataGrid owner = Owner;