mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-01-29 01:35:36 -05:00
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:
@@ -514,7 +514,7 @@ namespace Hardcodet.Wpf.TaskbarNotification
|
||||
/// <see cref="Popup"/> because there was no way to prevent a
|
||||
/// popup from causing cyclic open/close commands if it was
|
||||
/// placed under the mouse. ToolTip internally uses a Popup of
|
||||
/// its own, but takes advance of Popup's internal <see cref="Popup.HitTestable"/>
|
||||
/// its own, but takes advance of Popup's internal <see cref="UIElement.IsHitTestVisible"/>
|
||||
/// property which prevents this issue.</remarks>
|
||||
private void CreateCustomToolTip()
|
||||
{
|
||||
@@ -600,7 +600,7 @@ namespace Hardcodet.Wpf.TaskbarNotification
|
||||
/// <see cref="Popup"/> because there was no way to prevent a
|
||||
/// popup from causing cyclic open/close commands if it was
|
||||
/// placed under the mouse. ToolTip internally uses a Popup of
|
||||
/// its own, but takes advance of Popup's internal <see cref="Popup.HitTestable"/>
|
||||
/// its own, but takes advance of Popup's internal <see cref="UIElement.IsHitTestVisible"/>
|
||||
/// property which prevents this issue.</remarks>
|
||||
private void CreatePopup()
|
||||
{
|
||||
@@ -986,8 +986,7 @@ namespace Hardcodet.Wpf.TaskbarNotification
|
||||
#region Dispose / Exit
|
||||
|
||||
/// <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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user