5 references to CellArea
PresentationFramework (5)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (5)
1627if (cell.ColumnIndex != 0 && point.X < cellInfo.CellArea.Left + sensitivity) 1630columnRect = new Rect(cellInfo.CellArea.Left, cellInfo.TableArea.Top, 1, cellInfo.TableArea.Height); 1635point.X > cellInfo.CellArea.Right - sensitivity) 1637if(!IsLastCellInRow(cell) || point.X < cellInfo.CellArea.Right + sensitivity) 1640columnRect = new Rect(cellInfo.CellArea.Right, cellInfo.TableArea.Top, 1, cellInfo.TableArea.Height);