4 references to s_lockHandleOverlap
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\LockedHandleGlyph.cs (2)
26
bounds = new Rectangle((controlBounds.X + DesignerUtils.
s_lockHandleOverlap
) - DesignerUtils.s_lockHandleWidth,
27
(controlBounds.Y + DesignerUtils.
s_lockHandleOverlap
) - DesignerUtils.s_lockHandleHeight,
System\Windows\Forms\Design\DesignerUtils.cs (2)
70
public static int s_lockedSelectionBorderOffsetY = ((s_lockHandleHeight - s_selectionBorderSize) / 2) -
s_lockHandleOverlap
;
71
public static int s_lockedSelectionBorderOffsetX = ((s_lockHandleWidth - s_selectionBorderSize) / 2) -
s_lockHandleOverlap
;