11 references to Resize
System.Web.Mobile (1)
UI\MobileControls\Design\Util\MSHTMLHost.cs (1)
101
parentControl.
Resize
+= resizeHandler;
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ComboBox.cs (1)
2912
/// <para>Raises the <see cref='System.Windows.Forms.Control.
Resize
'/> event.</para>
winforms\Managed\System\WinForms\Control.cs (1)
9455
/// <para>Raises the <see cref='System.Windows.Forms.Control.
Resize
'/> event.</para>
winforms\Managed\System\WinForms\DataGrid.cs (1)
4463
/// <para>Raises the <see cref='System.Windows.Forms.Control.
Resize
'/> event.</para>
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5961
currentControl.
Resize
-= new EventHandler(this.OnCurrentControlResize);
6069
currentControl.
Resize
+= new EventHandler(this.OnCurrentControlResize);
winforms\Managed\System\WinForms\ToolStripControlHost.cs (2)
904
control.
Resize
+= new EventHandler(HandleResize);
952
control.
Resize
-= new EventHandler(HandleResize);
winforms\Managed\System\WinForms\UpDownBase.cs (2)
100
upDownEdit.
Resize
+= new EventHandler(this.OnTextBoxResize);
911
/// <para>Raises the <see cref='System.Windows.Forms.Control.
Resize
'/> event.</para>
WsatUI (1)
MMCUI\AcceptedCertificatesForm.designer.cs (1)
89
this.listAllowedCertificates.
Resize
+= new System.EventHandler(this.listAllowedCertificates_Resize);