6 references to EditBox
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\ToolStripInSituService.cs (6)
216
if (_toolDesigner is not null && _toolDesigner.Editor is not null && _toolDesigner.Editor.
EditBox
is not null)
218
hWnd = (_toolDesigner.Editor.
EditBox
.Visible) ? _toolDesigner.Editor.
EditBox
.Handle : hWnd;
220
else if (_toolItemDesigner is not null && _toolItemDesigner.Editor is not null && _toolItemDesigner.Editor.
EditBox
is not null)
222
hWnd = (_toolItemDesigner.Editor.
EditBox
.Visible) ? _toolItemDesigner.Editor.
EditBox
.Handle : hWnd;