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