2 references to WM_NOTIFY
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (1)
2256
if (msg.Msg == NativeMethods.
WM_NOTIFY
&& msg.LParam != IntPtr.Zero && !this.inplaceTipRectangle.IsEmpty)
AuthoringOM\Design\WorkflowView.cs (1)
1434
if (this.workflowToolTip != null && m.Msg == NativeMethods.
WM_NOTIFY
)