22 references to Resize
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\MyServices\Internal\ProgressDialog.vb (1)
205
Private Sub ProgressDialog_Resize(sender As Object, e As EventArgs) Handles Me.
Resize
PresentationUI (1)
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (1)
158
_listBoxSummary.
Resize
+= new System.EventHandler(_listBoxSummary_Resize);
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (1)
8042
/// Raises the <see cref="
Resize
"/> event.
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2811
/// Raises the <see cref="Control.
Resize
"/> event.
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (2)
566
_currentControl.
Resize
-= OnCurrentControlResize;
657
_currentControl.
Resize
+= OnCurrentControlResize;
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
738
control.
Resize
+= HandleResize;
783
control.
Resize
-= HandleResize;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (2)
60
_upDownEdit.
Resize
+= OnTextBoxResize;
635
/// Raises the <see cref="Control.
Resize
"/> event.
System\Windows\Forms\MDI\MDIClient.cs (1)
163
/// Raises the <see cref="Control.
Resize
" /> event.
System.Windows.Forms.Design (9)
System\ComponentModel\Design\DateTimeEditor.DateTimeUI.cs (1)
23
_monthCalendar.
Resize
+= MonthCalResize;
System\Drawing\Design\ColorEditor.ColorUI.cs (1)
176
_tabControl.
Resize
+= OnTabControlResize;
System\Windows\Forms\Design\ToolStripDesigner.cs (4)
842
ToolStrip.OverflowButton.DropDown.
Resize
+= OnOverflowDropDownResize;
1166
ToolStrip.OverflowButton.DropDown.
Resize
-= OnOverflowDropDownResize;
1174
ToolStrip.
Resize
-= ToolStrip_Resize;
1437
ToolStrip.
Resize
+= ToolStrip_Resize;
System\Windows\Forms\Design\ToolStripEditorManager.cs (1)
129
_wrappedEditor.
Resize
+= OnWrappedEditorResize;
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
1459
MenuItem.DropDown.
Resize
+= DropDownResize;
2535
MenuItem.DropDown.
Resize
-= DropDownResize;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1415
add { base.
Resize
+= value; }
1416
remove { base.
Resize
-= value; }