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