You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wpf/Syntax-Editor/Syntax-Editor-members.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -300,20 +300,20 @@ This event will be raised when the caret position of the text in the EditControl
300
300
<td>
301
301
FindReplaceWindowOpened<br/><br/></td><td>
302
302
RoutedEventHandler<br/><br/></td><td>
303
-
This event is raised when the <b>Find and Replace</b> window is opened. It can be used to access the instance of the <b>Find and Replace</b> window as it opens and allows for customization of the window during this event.<br/><br/></td></tr>
303
+
This event is raised when the **Find and Replace** window is opened. It can be used to access the instance of the **Find and Replace** window as it opens and allows for customization of the window during this event.<br/><br/></td></tr>
304
304
<tr>
305
305
<td>
306
306
FindReplaceWindowClosed<br/><br/></td><td>
307
307
RoutedEventHandler<br/><br/></td><td>
308
-
This event is raised when the <b>Find and Replace</b> window is closed. It can be used to access the instance of the <b>Find and Replace</b> window as it closes and allows for customization of the window during this event.<br/><br/></td></tr>
308
+
This event is raised when the **Find and Replace** window is closed. It can be used to access the instance of the **Find and Replace** window as it closes and allows for customization of the window during this event.<br/><br/></td></tr>
309
309
<tr>
310
310
<td>
311
311
GoToLineWindowOpened<br/><br/></td><td>
312
312
RoutedEventHandler<br/><br/></td><td>
313
-
This event is raised when the <b>GoToLine</b> window is opened. It can be used to access the instance of the <b>GoToLine</b> window as it opens and allows for customization of the window during this event.<br/><br/></td></tr>
313
+
This event is raised when the **GoToLine** window is opened. It can be used to access the instance of the **GoToLine** window as it opens and allows for customization of the window during this event.<br/><br/></td></tr>
314
314
<tr>
315
315
<td>
316
316
GoToLineWindowClosed<br/><br/></td><td>
317
317
RoutedEventHandler<br/><br/></td><td>
318
-
This event is raised when the <b>GoToLine</b> window is closed. It can be used to access the instance of the <b>GoToLine</b> window as it closes and allows for customization of the window during this event.<br/><br/></td></tr>
318
+
This event is raised when the **GoToLine** window is closed. It can be used to access the instance of the **GoToLine** window as it closes and allows for customization of the window during this event.<br/><br/></td></tr>
0 commit comments