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