From 62dc5772958c99daf87456063b0fd34463b7b771 Mon Sep 17 00:00:00 2001 From: Philipp Sumi Date: Sat, 16 Nov 2013 20:58:58 +0000 Subject: [PATCH] Added binding sample to code comments (NTFY-18) git-svn-id: https://svn.evolvesoftware.ch/repos/evolve.net/WPF/NotifyIcon@177 9f600761-6f11-4665-b6dc-0185e9171623 --- Source/NotifyIconWpf/TaskbarIcon.Declarations.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/NotifyIconWpf/TaskbarIcon.Declarations.cs b/Source/NotifyIconWpf/TaskbarIcon.Declarations.cs index 8d6e3e0..6d3a23d 100644 --- a/Source/NotifyIconWpf/TaskbarIcon.Declarations.cs +++ b/Source/NotifyIconWpf/TaskbarIcon.Declarations.cs @@ -1821,7 +1821,9 @@ namespace Hardcodet.Wpf.TaskbarNotification /// 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),