4 references to Standard
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\DragAssistanceManager.cs (1)
928
LineType type = LineType.
Standard
;
System\Windows\Forms\Design\Behavior\DragAssistanceManager.Line.cs (2)
35
LineType = LineType.
Standard
;
79
if (l1.LineType is not LineType.
Standard
and not LineType.Baseline)
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (1)
123
if (line.LineType == DragAssistanceManager.LineType.
Standard
)