2 references to WM_SETICON
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\WindowExtensionMethods.cs (2)
78
Win32Interop.SendMessage(hwnd, Win32Interop.
WM_SETICON
, new IntPtr(Win32Interop.ICON_SMALL), IntPtr.Zero);
79
Win32Interop.SendMessage(hwnd, Win32Interop.
WM_SETICON
, new IntPtr(Win32Interop.ICON_BIG), IntPtr.Zero);