diff --git a/Source/NotifyIconWpf/TaskbarIcon.Declarations.cs b/Source/NotifyIconWpf/TaskbarIcon.Declarations.cs
index a5f4128..8d6e3e0 100644
--- a/Source/NotifyIconWpf/TaskbarIcon.Declarations.cs
+++ b/Source/NotifyIconWpf/TaskbarIcon.Declarations.cs
@@ -1818,10 +1818,14 @@ namespace Hardcodet.Wpf.TaskbarNotification
#region ParentTaskbarIcon
///
- /// An attached property that is assigned to
+ /// An attached property that is assigned to displayed UI elements (balloos, tooltips, context menus), and
+ /// that can be used to bind to this control. The attached property is being derived, so binding is
+ /// quite straightforward:
+ ///
///
public static readonly DependencyProperty ParentTaskbarIconProperty =
- DependencyProperty.RegisterAttached("ParentTaskbarIcon", typeof (TaskbarIcon), typeof (TaskbarIcon));
+ DependencyProperty.RegisterAttached("ParentTaskbarIcon", typeof (TaskbarIcon), typeof (TaskbarIcon),
+ new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.Inherits));
///
/// Gets the ParentTaskbarIcon property. This dependency property