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