34 references to ControlInternal
System.Windows.Forms (34)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (34)
58
get =>
ControlInternal
.BackColor;
59
set =>
ControlInternal
.BackColor = value;
71
get =>
ControlInternal
.BackgroundImage;
72
set =>
ControlInternal
.BackgroundImage = value;
81
get =>
ControlInternal
.BackgroundImageLayout;
82
set =>
ControlInternal
.BackgroundImageLayout = value;
95
get =>
ControlInternal
.CausesValidation;
96
set =>
ControlInternal
.CausesValidation = value;
191
get =>
ControlInternal
.Font;
192
set =>
ControlInternal
.Font = value;
197
get =>
ControlInternal
.Enabled;
198
set =>
ControlInternal
.Enabled = value;
211
public virtual bool Focused =>
ControlInternal
.Focused;
215
get =>
ControlInternal
.ForeColor;
216
set =>
ControlInternal
.ForeColor = value;
392
ControlInternal
.Site = value is not null
393
? new StubSite(
ControlInternal
, this)
405
get =>
ControlInternal
.Text;
406
set =>
ControlInternal
.Text = value;
471
public void Focus() =>
ControlInternal
.Focus();
584
bool controlVisibleStateFlag = ((IArrangedElement)
ControlInternal
).ParticipatesInLayout;
589
Visible =
ControlInternal
.Visible;
600
ControlInternal
.AccessibleDescription = AccessibleDescription;
605
ControlInternal
.AccessibleName = AccessibleName;
610
ControlInternal
.AccessibleDefaultActionDescription = AccessibleDefaultActionDescription;
615
ControlInternal
.AccessibleRole = AccessibleRole;
811
Size =
ControlInternal
.Size;
831
ControlInternal
.SuspendLayout();
834
ControlInternal
.Visible = visible;
838
ControlInternal
.ResumeLayout(false);
846
public override void ResetBackColor() =>
ControlInternal
.ResetBackColor();
849
public override void ResetForeColor() =>
ControlInternal
.ResetForeColor();
877
KeyboardToolTipStateMachine.Instance.Hook(
ControlInternal
, toolTip);
884
KeyboardToolTipStateMachine.Instance.Unhook(
ControlInternal
, toolTip);