Refreshes the log output.
()
| 684 | /// Refreshes the log output. |
| 685 | /// </summary> |
| 686 | private void Refresh() |
| 687 | { |
| 688 | _textBufferCount = 0; |
| 689 | _textBuffer.Clear(); |
| 690 | _textBlocks.Clear(); |
| 691 | _isDirty = true; |
| 692 | } |
| 693 | |
| 694 | /// <summary> |
| 695 | /// Clears the log. |