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