4 references to IsVertical
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\DragAssistanceManager.cs (2)
942if (snapLine.IsVertical) 1002if (snapLine.IsVertical)
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\Behavior\SnapLineTests.cs (2)
86Assert.Equal(expected, snapLine.IsVertical); 103Assert.NotEqual(snapLine.IsHorizontal, snapLine.IsVertical);