11 references to SnapLine
System.Windows.Forms.Design (10)
System\Windows\Forms\Design\ButtonBaseDesigner.cs (1)
99
snapLines.Add(new
SnapLine
(SnapLineType.Baseline, baseline, SnapLinePriority.Medium));
System\Windows\Forms\Design\ComboBoxDesigner.cs (1)
37
snapLines.Add(new
SnapLine
(SnapLineType.Baseline, baseline, SnapLinePriority.Medium));
System\Windows\Forms\Design\ControlDesigner.cs (4)
352
snapLines.Add(new
SnapLine
(SnapLineType.Top, 0, SnapLinePriority.Low));
353
snapLines.Add(new
SnapLine
(SnapLineType.Bottom, height - 1, SnapLinePriority.Low));
354
snapLines.Add(new
SnapLine
(SnapLineType.Left, 0, SnapLinePriority.Low));
355
snapLines.Add(new
SnapLine
(SnapLineType.Right, width - 1, SnapLinePriority.Low));
System\Windows\Forms\Design\DateTimePickerDesigner.cs (1)
31
snapLines.Add(new
SnapLine
(SnapLineType.Baseline, baseline, SnapLinePriority.Medium));
System\Windows\Forms\Design\LabelDesigner.cs (1)
62
snapLines.Add(new
SnapLine
(SnapLineType.Baseline, baseline, SnapLinePriority.Medium));
System\Windows\Forms\Design\TextBoxBaseDesigner.cs (1)
56
snapLines.Add(new
SnapLine
(SnapLineType.Baseline, baseline, SnapLinePriority.Medium));
System\Windows\Forms\Design\UpDownBaseDesigner.cs (1)
54
snapLines.Add(new
SnapLine
(SnapLineType.Baseline, baseline, SnapLinePriority.Medium));
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\Behavior\SnapLineTests.cs (1)
40
SnapLine snapLine =
new
(SnapLineType.Baseline, DefaultOffset, DefaultPriority);