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