ADD Added missing XML documentation.

NTFY-16


git-svn-id: https://svn.evolvesoftware.ch/repos/evolve.net/WPF/NotifyIcon@211 9f600761-6f11-4665-b6dc-0185e9171623
This commit is contained in:
Philipp Sumi
2013-11-23 16:59:05 +00:00
parent 5d94dffc26
commit 0b73872f2b
7 changed files with 21 additions and 13 deletions

View File

@@ -71,7 +71,7 @@ namespace Hardcodet.Wpf.TaskbarNotification.Interop
/// <summary>
/// Handle for the message window.
/// </summary
/// </summary>
internal IntPtr MessageWindowHandle { get; private set; }
/// <summary>
@@ -309,8 +309,7 @@ namespace Hardcodet.Wpf.TaskbarNotification.Interop
#region Dispose
/// <summary>
/// Set to true as soon as <see cref="Dispose"/>
/// has been invoked.
/// Set to true as soon as <c>Dispose</c> has been invoked.
/// </summary>
public bool IsDisposed { get; private set; }