1 write to inplaceTipRectangle
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
2250this.inplaceTipRectangle = rectangle;
4 references to inplaceTipRectangle
System.Workflow.ComponentModel (4)
AuthoringOM\Design\DesignerWidgets.cs (4)
2242needsUpdated |= (this.inplaceTipRectangle != rectangle); 2256if (msg.Msg == NativeMethods.WM_NOTIFY && msg.LParam != IntPtr.Zero && !this.inplaceTipRectangle.IsEmpty) 2261Point screenCoOrd = this.parentControl.PointToScreen(new Point(this.inplaceTipRectangle.Left, this.inplaceTipRectangle.Top));