diff --git a/wpf/Syntax-Editor/Syntax-Editor-members.md b/wpf/Syntax-Editor/Syntax-Editor-members.md
index 338e8a360..990d88ec4 100644
--- a/wpf/Syntax-Editor/Syntax-Editor-members.md
+++ b/wpf/Syntax-Editor/Syntax-Editor-members.md
@@ -296,4 +296,24 @@ This event will be raised when the caret position of the text in the EditControl
Cursor Index : Gets the current cursor index value of the EditControl.
+
+
+FindReplaceWindowOpened
|
+RoutedEventHandler
|
+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.
|
+
+
+FindReplaceWindowClosed
|
+RoutedEventHandler
|
+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.
|
+
+
+GoToLineWindowOpened
|
+RoutedEventHandler
|
+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.
|
+
+
+GoToLineWindowClosed
|
+RoutedEventHandler
|
+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.
|