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