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)
88Assert.Equal(expected, snapLine.IsVertical); 105Assert.NotEqual(snapLine.IsHorizontal, snapLine.IsVertical);