14 writes to UseWaitCursor
System.Windows.Forms (4)
System\Windows\Forms\Application.cs (1)
612
f.
UseWaitCursor
= s_useWaitCursor;
System\Windows\Forms\Control.cs (1)
3362
children[i].
UseWaitCursor
= value;
System\Windows\Forms\Form.cs (1)
4229
UseWaitCursor
= true;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
326
set => base.
UseWaitCursor
= value;
System.Windows.Forms.Tests (10)
System\Windows\Forms\ControlTests.Properties.cs (10)
3718
UseWaitCursor
= true
12607
UseWaitCursor
= value
12613
control.
UseWaitCursor
= value;
12618
control.
UseWaitCursor
= !value;
12633
control.
UseWaitCursor
= value;
12640
control.
UseWaitCursor
= value;
12647
control.
UseWaitCursor
= !value;
12667
control.
UseWaitCursor
= value;
12675
control.
UseWaitCursor
= value;
12683
control.
UseWaitCursor
= !value;
72 references to UseWaitCursor
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
1372
get => base.
UseWaitCursor
;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
325
get => base.
UseWaitCursor
;
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
124
Assert.False(control.
UseWaitCursor
);
System.Windows.Forms.Tests (69)
System\Windows\Forms\AxHostTests.cs (2)
114
Assert.False(control.
UseWaitCursor
);
208
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ButtonBaseTests.cs (1)
120
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ButtonTests.cs (1)
118
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\CheckBoxTests.cs (1)
121
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ComboBoxTests.cs (1)
129
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ContainerControlTests.cs (1)
118
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ControlTests.cs (5)
96
Assert.False(control.
UseWaitCursor
);
185
Assert.False(control.
UseWaitCursor
);
281
Assert.False(control.
UseWaitCursor
);
377
Assert.False(control.
UseWaitCursor
);
473
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ControlTests.Properties.cs (15)
12609
Assert.Equal(value, control.
UseWaitCursor
);
12614
Assert.Equal(value, control.
UseWaitCursor
);
12619
Assert.Equal(!value, control.
UseWaitCursor
);
12634
Assert.Equal(value, control.
UseWaitCursor
);
12635
Assert.Equal(value, child1.
UseWaitCursor
);
12636
Assert.Equal(value, child2.
UseWaitCursor
);
12641
Assert.Equal(value, control.
UseWaitCursor
);
12642
Assert.Equal(value, child1.
UseWaitCursor
);
12643
Assert.Equal(value, child2.
UseWaitCursor
);
12648
Assert.Equal(!value, control.
UseWaitCursor
);
12649
Assert.Equal(!value, child1.
UseWaitCursor
);
12650
Assert.Equal(!value, child2.
UseWaitCursor
);
12668
Assert.Equal(value, control.
UseWaitCursor
);
12676
Assert.Equal(value, control.
UseWaitCursor
);
12684
Assert.Equal(!value, control.
UseWaitCursor
);
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
127
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\DateTimePickerTests.cs (1)
120
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
159
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
121
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\DomainUpDownTests.cs (1)
147
_sub.
UseWaitCursor
.Should().BeFalse();
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
112
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\FormTests.cs (1)
161
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\GroupBoxTests.cs (1)
101
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\HScrollBarTests.cs (1)
114
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\LabelTests.cs (1)
112
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ListBoxTests.cs (1)
132
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ListControlTests.cs (1)
108
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ListViewTests.cs (1)
148
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\MdiClientTests.cs (1)
85
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\MenuStripTests.cs (1)
144
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\MonthCalendarTests.cs (1)
140
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\PanelTests.cs (1)
111
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\PictureBoxTests.cs (1)
108
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ProgressBarTests.cs (1)
100
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\PropertyGridTests.cs (1)
160
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\RadioButtonTests.cs (1)
118
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\RichTextBoxTests.cs (1)
133
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ScrollableControlTests.cs (1)
111
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ScrollBarTests.cs (1)
102
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\SplitterPanelTests.cs (1)
98
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\SplitterTests.cs (1)
101
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\StatusStripTests.cs (1)
147
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\TabControlTests.cs (1)
112
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\TableLayoutPanelTests.cs (1)
122
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\TabPageTests.cs (2)
118
Assert.False(control.
UseWaitCursor
);
227
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
116
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
154
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ToolStripPanelTests.cs (1)
115
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ToolStripTests.cs (2)
160
Assert.False(control.
UseWaitCursor
);
315
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\TreeViewTests.cs (1)
127
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\UpDownBaseTests.cs (1)
130
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\UserControlTests.cs (1)
118
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\VScrollBarTests.cs (1)
113
Assert.False(control.
UseWaitCursor
);
TextBoxTests.cs (1)
120
Assert.False(control.
UseWaitCursor
);
TrackBarTests.cs (1)
107
Assert.False(control.
UseWaitCursor
);