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