5 references to RegionChanged
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
8030/// Raises the <see cref="RegionChanged"/> event when the Region property has changed.
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
675add => base.RegionChanged += value; 676remove => base.RegionChanged -= value;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
499nameof(ToolStripPanel.RegionChanged),
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
900this.RegionChanged += this.OnPropertyChangedRegion;