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