4 references to EdgeAndMarginSnapLines
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ControlDesigner.cs (2)
339
public virtual IList SnapLines =>
EdgeAndMarginSnapLines
().Unwrap();
341
internal IList<SnapLine> SnapLinesInternal =>
EdgeAndMarginSnapLines
();
System\Windows\Forms\Design\SplitContainerDesigner.cs (1)
76
EdgeAndMarginSnapLines
().Unwrap();
System\Windows\Forms\Design\ToolStripContainerDesigner.cs (1)
120
=>
EdgeAndMarginSnapLines
().Unwrap();