Property CoalesceRuns
CoalesceRuns
Gets or sets a value indicating whether adjacent runs with identical formatting are merged after replacing. Default true.
Without it every replacement leaves the paragraph one run more fragmented than it found it, and a document edited repeatedly grows run count without bound even though its text never changes.
public bool CoalesceRuns { get; set; }