8 references to _horizontalSnapLines
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\Behavior\DragAssistanceManager.cs (8)
597
AddSnapLines(designer,
_horizontalSnapLines
, _verticalSnapLines, false, targetControl is not null);
610
AddSnapLines(internalDesigner,
_horizontalSnapLines
, _verticalSnapLines, false, targetControl is not null);
619
_horizontalDistances = new int[
_horizontalSnapLines
.Count];
712
BuildDistanceArray(
_horizontalSnapLines
, _targetHorizontalSnapLines, _horizontalDistances, currentBounds);
716
offset.Y = FindSmallestValidDistance(
_horizontalSnapLines
, _horizontalDistances, minRange, maxRange, directionOffset.Y);
720
IdentifyAndStoreValidLines(
_horizontalSnapLines
, _horizontalDistances, currentBounds, offset.Y);
1121
smallestDistanceHorz = BuildDistanceArray(
_horizontalSnapLines
, _targetHorizontalSnapLines, _horizontalDistances, dragBounds);
1139
IdentifyAndStoreValidLines(
_horizontalSnapLines
, _horizontalDistances, dragBounds, smallestDistanceHorz);