88 references to
System.Windows.Forms (88)
winforms\Managed\System\WinForms\ContainerControl.cs (3)
1040ResumeAllLayout(controlsCollection[i], performLayout); 1059SuspendAllLayout(controlsCollection[i]); 1863children[i].ValidationCancelled = false;
winforms\Managed\System\WinForms\Control.cs (51)
4306controlsCollection[i].UseWaitCursor = value; 6046Control ctl = controlsCollection[i]; 6088controlsCollection[i].DisposeAxControls(); 6843if (found == null || found.tabIndex > ctlControls[c].tabIndex) { 6844found = ctlControls[c]; 6854if (found == null || found.tabIndex < ctlControls[c].tabIndex) { 6855found = ctlControls[c]; 6908if (parentControls[c] != ctl) { 6913if (parentControls[c].tabIndex >= targetIndex) { 6918if (found == null || found.tabIndex > parentControls[c].tabIndex) { 6924if (parentControls[c].tabIndex != targetIndex || hitCtl) { 6925found = parentControls[c]; 6971if (parentControls[c] != ctl) { 6976if (parentControls[c].tabIndex <= targetIndex) { 6981if (found == null || found.tabIndex < parentControls[c].tabIndex) { 6987if (parentControls[c].tabIndex != targetIndex || hitCtl) { 6988found = parentControls[c]; 7990controlsCollection[i].OnParentBackColorChanged(e); 8019controlsCollection[i].OnParentBackgroundImageChanged(e); 8065controlsCollection[i].OnParentBindingContextChanged(e); 8138controlsCollection[i].OnParentCursorChanged(e); 8191controlsCollection[i].OnParentEnabledChanged(e); 8241controlsCollection[i].OnParentFontChanged(e); 8273controlsCollection[i].OnParentForeColorChanged(e); 8306controlsCollection[i].OnParentRightToLeftChanged(e); 8483Control ctl = controlsCollection[i]; 8614Control ctl = controlsCollection[i]; 8634controlsCollection[i].OnTopMostActiveXParentChanged(e); 9074controls[i].OnParentInvalidated(e); 9540controlsCollection[i].OnSystemColorsChanged(EventArgs.Empty); 10392Control child = Controls[i]; 10991Control childControl = controlsCollection[i]; 11223LayoutEngine.InitLayout(controlsCollection[i], BoundsSpecified.All); 11224CommonProperties.xClearPreferredSizeCache(controlsCollection[i]); 11321Control c = controlsCollection[i]; 11391Control c = controlsCollection[i]; 11605controlsCollection[i].Scale(dx, dy); 12699Control c = Controls[i]; 14779int t = this[c].TabIndex; 14928if (controlsToLookIn[i] == null){ 14932if (WindowsFormsUtils.SafeCompareStrings(controlsToLookIn[i].Name, key, /* ignoreCase = */ true)) { 14933foundControls.Add(controlsToLookIn[i]); 14941if (controlsToLookIn[i] == null){ 14944if ((controlsToLookIn[i].Controls != null) && controlsToLookIn[i].Controls.Count > 0){ 14946foundControls = FindInternal(key, searchAllChildren, controlsToLookIn[i].Controls, foundControls); 14984if (WindowsFormsUtils.SafeCompareStrings(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) { 14991if (WindowsFormsUtils.SafeCompareStrings(this[i].Name, key, /* ignoreCase = */ true)) { 15069Remove(this[index]); 15114return this[index]; 15262return controls[current];
winforms\Managed\System\WinForms\DataGrid.cs (2)
1619if (this.Controls[i].Focused) { 1620this.toBeDisposedEditingControl = this.Controls[i];
winforms\Managed\System\WinForms\DataGridViewControlCollection.cs (4)
62if (this[i] == this.owner.horizScrollBar || this[i] == this.owner.vertScrollBar || this[i] == this.owner.editingPanel) 68Remove(this[i]);
winforms\Managed\System\WinForms\Form.cs (2)
4424Control ctl = this.Controls[index]; 4569Control ctl = children[i];
winforms\Managed\System\WinForms\MDIClient.cs (1)
254Control ctl = Controls[i];
winforms\Managed\System\WinForms\RadioButton.cs (2)
505Control ctl = children[i]; 529Control ctl = children[i];
winforms\Managed\System\WinForms\ScrollableControl.cs (3)
459Control current = Controls[i]; 515Control current = Controls[i]; 893Control ctl = Controls[i];
winforms\Managed\System\WinForms\Splitter.cs (2)
733Control ctl = children[i]; 810Control target = children[i];
winforms\Managed\System\WinForms\StatusBar.cs (1)
1130Control ctl = children[i];
winforms\Managed\System\WinForms\ToolStripManager.cs (7)
1786if (controlsToLookIn[i] == null) { 1789if (controlsToLookIn[i] is MenuStrip) { 1790return controlsToLookIn[i] as MenuStrip; 1797if (controlsToLookIn[i] == null) { 1801if ((controlsToLookIn[i].Controls != null) && controlsToLookIn[i].Controls.Count > 0) { 1803MenuStrip menuStrip = GetFirstMenuStripRecursive(controlsToLookIn[i].Controls);
winforms\Managed\System\WinForms\ToolStripSettings.cs (10)
297if (controlsToLookIn[i] == null) { 301if (baseType.IsAssignableFrom(controlsToLookIn[i].GetType())) { 302foundControls.Add(controlsToLookIn[i]); 310if (controlsToLookIn[i] == null || controlsToLookIn[i] is Form) { 313if ((controlsToLookIn[i].Controls != null) && controlsToLookIn[i].Controls.Count > 0) { 315foundControls = FindControls(baseType, searchAllChildren, controlsToLookIn[i].Controls, foundControls); 348ResumeAllLayout(controlsCollection[i], performLayout); 359SuspendAllLayout(controlsCollection[i]);