1 write to ToolStripControlHost
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (1)
45
c.
ToolStripControlHost
= this;
11 references to ToolStripControlHost
System.Windows.Forms (11)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (2)
65
if (!this.TryGetOwnerAs(out Control? owner) || owner.
ToolStripControlHost
is not ToolStripControlHost host)
554
Owner?.
ToolStripControlHost
?.Owner?.AccessibilityObject;
System\Windows\Forms\Control.cs (6)
5188
ToolStripControlHost
is IKeyboardToolTip host
5466
=> ((IKeyboardToolTip?)
ToolStripControlHost
)?.GetNeighboringToolsRectangles() ?? GetOwnNeighboringToolsRectangles();
5627
return ctl.
ToolStripControlHost
is not null ? GetNextControl(ctl._parent, forward: false) : parent;
12684
IsHandleCreated && Visible && (
ToolStripControlHost
is not IKeyboardToolTip toolTip || toolTip.CanShowToolTipsNow());
12696
(
ToolStripControlHost
is not IKeyboardToolTip toolTip || toolTip.AllowsToolTip()) && AllowsKeyboardToolTip();
12707
(
ToolStripControlHost
is not IKeyboardToolTip toolTip || toolTip.ShowsOwnToolTip()) && ShowsOwnKeyboardToolTip();
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxEditingControl.DataGridViewComboBoxEditingControlAccessibleObject.cs (1)
38
&& owner.
ToolStripControlHost
is null)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxEditingControl.DataGridViewTextBoxEditingControlAccessibleObject.cs (1)
44
&& owner.
ToolStripControlHost
is null)
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControlAccessibleObject.cs (1)
25
UIA_PROPERTY_ID.UIA_IsOffscreenPropertyId when this.TryGetOwnerAs(out TextBox? owner) => (VARIANT)GetIsOffscreenPropertyValue(owner.
ToolStripControlHost
?.Placement, Bounds),