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