4 references to ActiveChildForm
System.Windows.Forms (4)
System\Windows\Forms\MDI\MdiWindowListStrip.cs (4)
171
dialog.
ActiveChildForm
?.Activate();
172
if (dialog.
ActiveChildForm
?.ActiveControl is not null && !dialog.
ActiveChildForm
.ActiveControl.Focused)
174
dialog.
ActiveChildForm
.ActiveControl.Focus();