Skip to content

Commit bbf1a53

Browse files
authored
WPF 910707: Prepare UG document for the opened and closed event for GoToLine window in the EditControl
1 parent f091a56 commit bbf1a53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wpf/Syntax-Editor/Basic-Editing/Find-and-Replace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ The following output shows the GoToLine Window localized in French culture.
323323

324324
## Opened and Closed event support for GotoLineWindow in EditControl
325325

326-
EditControl also provides opened and closed events for the GoToLine window to access the instance of the GoToLine window when it is opened or closed, enabling further customization.
326+
EditControl provides opened and closed events for the GoToLine window to access the instance of the GoToLine window when it is opened or closed, enabling further customization.
327327

328328
**GoToLineWindowOpened**
329329

@@ -371,4 +371,4 @@ private void editcontrol_GoToLineWindowClosed(object sender, RoutedEventArgs e)
371371

372372
{% endhighlight %}
373373

374-
{% endtabs %}
374+
{% endtabs %}

0 commit comments

Comments
 (0)