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