public void SelectFoundRange(TextRange find) { this.selectionChangingInternally = true; this.document.CaretPosition.MoveToPosition(find.StartPosition); find.SetSelection(this.document); this.selectionChangingInternally = false; this.IsLastFoundSuccessful = true; }