3 writes to insertionBeamWidth
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStrip.cs (3)
185
insertionBeamWidth
= DpiHelper.LogicalToDeviceUnits(INSERTION_BEAM_WIDTH, DeviceDpi);
193
insertionBeamWidth
= DpiHelper.LogicalToDeviceUnitsX(INSERTION_BEAM_WIDTH);
3924
insertionBeamWidth
= DpiHelper.LogicalToDeviceUnits(INSERTION_BEAM_WIDTH, newDpi);
7 references to insertionBeamWidth
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolStrip.cs (7)
3935
int widthOfBeam =
insertionBeamWidth
;
3958
widthOfBeam =
insertionBeamWidth
;
5482
insertionRect = new Rectangle(owner.Margin.Left, item.Bounds.Top, owner.Width - (owner.Margin.Horizontal) -1, ToolStrip.
insertionBeamWidth
);
5485
insertionRect = new Rectangle(owner.Margin.Left, item.Bounds.Bottom, owner.Width - (owner.Margin.Horizontal) -1, ToolStrip.
insertionBeamWidth
);
5488
insertionRect = new Rectangle(item.Bounds.Right, owner.Margin.Top, ToolStrip.
insertionBeamWidth
, owner.Height- (owner.Margin.Vertical)-1);
5491
insertionRect = new Rectangle(item.Bounds.Left, owner.Margin.Top, ToolStrip.
insertionBeamWidth
, owner.Height - (owner.Margin.Vertical) -1);
5500
insertionRect.Width = ToolStrip.
insertionBeamWidth
;