3 references to Owner
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGridCellInfo.cs (3)
188return (cell._column == _column) && (cell.Owner == Owner) && (cell._info == _info); 230DataGrid owner = Owner;