diff --git a/wpf-toc.html b/wpf-toc.html
index fa7682486..12f6b6100 100644
--- a/wpf-toc.html
+++ b/wpf-toc.html
@@ -2457,7 +2457,7 @@
Release Notes
- - 2024 Volume 3 - v27.*
- 2024 Volume 2 - v26.*
- 2024 Volume 1 - v25.*
- 2023 Volume 4 - v24.*
- 2023 Volume 3 - v23.*
- 2023 Volume 2 - v22.*
+ - 2024 Volume 3 - v27.*
- 2024 Volume 2 - v26.*
- 2024 Volume 1 - v25.*
- 2023 Volume 4 - v24.*
- 2023 Volume 3 - v23.*
- 2023 Volume 2 - v22.*
- 2023 Volume 1 - v21.*
- 2022 Volume 4 - v20.4.0.*
- 2022 Volume 3 - v20.3.0.*
- 2022 Volume 2 - v20.2.0.*
- 2022 volume 1 - v20.1.0.*
- 2021 Volume 4 - v19.4.0.*
diff --git a/wpf/Release-notes/v27.1.50.md b/wpf/Release-notes/v27.1.50.md
new file mode 100644
index 000000000..4e60dd129
--- /dev/null
+++ b/wpf/Release-notes/v27.1.50.md
@@ -0,0 +1,16 @@
+---
+title: Essential Studio for WPF Weekly Nuget Release Release Notes
+description: Essential Studio for WPF Weekly Nuget Release Release Notes
+platform: WPF
+documentation: ug
+---
+
+# Essential Studio for WPF Release Notes
+
+{% include release-info.html date="September 24, 2024" version="v27.1.50" %}
+
+{% directory path: _includes/release-notes/v27.1.50 %}
+
+{% include {{file.url}} %}
+
+{% enddirectory %}
\ No newline at end of file
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.
|