11 references to Unwrap
System.Windows.Forms.Design (11)
System\Windows\Forms\Design\ButtonBaseDesigner.cs (1)
101
return snapLines.
Unwrap
();
System\Windows\Forms\Design\ComboBoxDesigner.cs (1)
39
return snapLines.
Unwrap
();
System\Windows\Forms\Design\ControlDesigner.cs (1)
339
public virtual IList SnapLines => EdgeAndMarginSnapLines().
Unwrap
();
System\Windows\Forms\Design\DateTimePickerDesigner.cs (1)
33
return snapLines.
Unwrap
();
System\Windows\Forms\Design\FlowPanelDesigner.cs (1)
29
return snapLines.
Unwrap
();
System\Windows\Forms\Design\LabelDesigner.cs (1)
95
return snapLines.
Unwrap
();
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
344
return snapLines.
Unwrap
();
System\Windows\Forms\Design\SplitContainerDesigner.cs (1)
76
EdgeAndMarginSnapLines().
Unwrap
();
System\Windows\Forms\Design\TextBoxBaseDesigner.cs (1)
57
return snapLines.
Unwrap
();
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
120
=> EdgeAndMarginSnapLines().
Unwrap
();
System\Windows\Forms\Design\UpDownBaseDesigner.cs (1)
55
return snapLines.
Unwrap
();