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