10 references to SnapLinesInternal
System.Windows.Forms.Design (10)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
805foreach (SnapLine line in designer.SnapLinesInternal)
System\Windows\Forms\Design\Behavior\DragAssistanceManager.cs (1)
196IList<SnapLine> snapLines = controlDesigner.SnapLinesInternal;
System\Windows\Forms\Design\ButtonBaseDesigner.cs (1)
47IList<SnapLine> snapLines = SnapLinesInternal;
System\Windows\Forms\Design\ComboBoxDesigner.cs (1)
32IList<SnapLine> snapLines = SnapLinesInternal;
System\Windows\Forms\Design\DateTimePickerDesigner.cs (1)
24IList<SnapLine> snapLines = SnapLinesInternal;
System\Windows\Forms\Design\FlowPanelDesigner.cs (1)
17IList<SnapLine> snapLines = SnapLinesInternal;
System\Windows\Forms\Design\LabelDesigner.cs (1)
32IList<SnapLine> snapLines = SnapLinesInternal;
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
335IList<SnapLine> snapLines = SnapLinesInternal;
System\Windows\Forms\Design\TextBoxBaseDesigner.cs (1)
55IList<SnapLine> snapLines = SnapLinesInternal;
System\Windows\Forms\Design\UpDownBaseDesigner.cs (1)
44IList<SnapLine> snapLines = SnapLinesInternal;