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