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