7 overrides of SnapLines
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ButtonBaseDesigner.cs (1)
41public override IList SnapLines
System\Windows\Forms\Design\ComboBoxDesigner.cs (1)
26public override IList SnapLines
System\Windows\Forms\Design\DateTimePickerDesigner.cs (1)
20public override IList SnapLines
System\Windows\Forms\Design\LabelDesigner.cs (1)
26public override IList SnapLines
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
331public override IList SnapLines
System\Windows\Forms\Design\TextBoxBaseDesigner.cs (1)
25public override IList SnapLines
System\Windows\Forms\Design\UpDownBaseDesigner.cs (1)
38public override IList SnapLines
14 references to SnapLines
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
802foreach (SnapLine line in designer.SnapLines)
System\Windows\Forms\Design\Behavior\DragAssistanceManager.cs (1)
196IList snapLines = controlDesigner.SnapLines;
System.Windows.Forms.Design.Tests (12)
ControlDesignerTests.cs (2)
58controlDesigner.SnapLines.Should().NotBeNull(); 59controlDesigner.SnapLines.Count.Should().Be(8);
System\Windows\Forms\Design\Behavior\SnapLineTests.cs (10)
249baseDesigner.SnapLines.Count.Should().Be(8); 254derivedDesigner.SnapLines.Count.Should().Be(9); 259derivedDesigner.SnapLines.Count.Should().Be(9); 264derivedDesigner.SnapLines.Count.Should().Be(9); 269derivedDesigner.SnapLines.Count.Should().Be(9); 273derivedDesigner.SnapLines.Count.Should().Be(12); 279derivedDesigner.SnapLines.Count.Should().Be(4); 284derivedDesigner.SnapLines.Count.Should().Be(9); 289derivedDesigner.SnapLines.Count.Should().Be(4); 294derivedDesigner.SnapLines.Count.Should().Be(9);