mirror of
https://github.com/ckaczor/wpf-notifyicon.git
synced 2026-02-11 02:32:40 -05:00
CHG Reformatting code (NTFY-20).
git-svn-id: https://svn.evolvesoftware.ch/repos/evolve.net/WPF/NotifyIcon@192 9f600761-6f11-4665-b6dc-0185e9171623
This commit is contained in:
@@ -705,7 +705,7 @@ namespace Hardcodet.Wpf.TaskbarNotification
|
||||
IntPtr handle = IntPtr.Zero;
|
||||
|
||||
//try to get a handle on the context itself
|
||||
HwndSource source = (HwndSource)PresentationSource.FromVisual(ContextMenu);
|
||||
HwndSource source = (HwndSource) PresentationSource.FromVisual(ContextMenu);
|
||||
if (source != null)
|
||||
{
|
||||
handle = source.Handle;
|
||||
|
||||
Reference in New Issue
Block a user