5 references to CellArea
PresentationFramework (5)
System\Windows\Documents\TextRangeEditTables.cs (5)
1626if (cell.ColumnIndex != 0 && point.X < cellInfo.CellArea.Left + sensitivity) 1629columnRect = new Rect(cellInfo.CellArea.Left, cellInfo.TableArea.Top, 1, cellInfo.TableArea.Height); 1634point.X > cellInfo.CellArea.Right - sensitivity) 1636if(!IsLastCellInRow(cell) || point.X < cellInfo.CellArea.Right + sensitivity) 1639columnRect = new Rect(cellInfo.CellArea.Right, cellInfo.TableArea.Top, 1, cellInfo.TableArea.Height);