4 references to MarginChanged
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
1286add => base.MarginChanged += value; 1287remove => base.MarginChanged -= value;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
494nameof(ToolStripPanel.MarginChanged),
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
897this.MarginChanged += this.OnPropertyChangedMargin;