10 references to SetValue
PresentationFramework (10)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (9)
1142
cell.ContentStart.TextContainer.
SetValue
(cell.ContentStart, TableCell.RowSpanProperty, cell.RowSpan + (rowCount > 0 ? rowCount : -rowCount));
1325
spannedCell.ContentStart.TextContainer.
SetValue
(spannedCell.ContentStart, TableCell.RowSpanProperty, spannedCell.RowSpan - deletedRowsCount);
1338
newCell.ContentStart.TextContainer.
SetValue
(newCell.ContentStart, TableCell.RowSpanProperty, spannedCell.RowSpan - (nextRow.Index - spannedCell.Row.Index));
1409
cellInsertAfter.ContentStart.TextContainer.
SetValue
(cellInsertAfter.ContentStart, TableCell.ColumnSpanProperty, cellInsertAfter.ColumnSpan + 1);
1520
cellDelete.ContentStart.TextContainer.
SetValue
(cellDelete.ContentStart, TableCell.ColumnSpanProperty, cellDelete.ColumnSpan - 1);
1926
startCell.ContentStart.TextContainer.
SetValue
(startCell.ContentStart, TableCell.ColumnSpanProperty, startCell.ColumnSpan - 1);
2452
firstCell.ContentStart.TextContainer.
SetValue
(firstCell.ContentStart, TableCell.RowSpanProperty, rowSpan);
2454
firstCell.ContentStart.TextContainer.
SetValue
(firstCell.ContentStart, TableCell.ColumnSpanProperty, columnSpan);
2485
spannedCell.ContentStart.TextContainer.
SetValue
(spannedCell.ContentStart, TableCell.RowSpanProperty, rowSpan);
src\Framework\System\Windows\Documents\TextTreePropertyUndoUnit.cs (1)
63
this.TextContainer.
SetValue
(position, _propertyRecord.Property, _propertyRecord.Value);