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