2 writes to control
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripControlHost.cs (2)
51control = c; 602control = null;
27 references to control
System.Windows.Forms (27)
winforms\Managed\System\WinForms\ToolStripControlHost.cs (27)
122if (control != null) { 161return control; 427if (control != null) { 428return control.RightToLeft; 433if (control != null) { 434control.RightToLeft = value; 470if (control != null) { 473specifiedBounds = control.Bounds; 475CommonProperties.UpdateSpecifiedBounds(control, specifiedBounds.X, specifiedBounds.Y, specifiedBounds.Width, specifiedBounds.Height); 481if (control != null) { 483Rectangle bounds = control.Bounds; 485CommonProperties.UpdateSpecifiedBounds(control, bounds.X, bounds.Y, bounds.Width, bounds.Height); 616if (control != null) { 804if (control != null) { 806IArrangedElement element = control as IArrangedElement; 820if (bounds != control.Bounds) { 821bounds = LayoutUtils.Align(control.Size, this.Bounds, ControlAlign); 1007if (control != null) { 1008return control.ProcessMnemonic( charCode ); 1061if (control != null) { 1062return control.ShouldSerializeBackColor(); 1067if (control != null) { 1068return control.ShouldSerializeForeColor(); 1074if (control != null) { 1075return control.ShouldSerializeFont(); 1081if (control != null) { 1082return control.ShouldSerializeRightToLeft();