3 references to Baseline
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\DragAssistanceManager.cs (2)
874
else if (lines[i].LineType == LineType.
Baseline
)
938
type = LineType.
Baseline
;
System\Windows\Forms\Design\Behavior\DragAssistanceManager.Line.cs (1)
79
if (l1.LineType is not LineType.Standard and not LineType.
Baseline
)