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)
3363
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)
3716
UseWaitCursor
= true
12605
UseWaitCursor
= value
12611
control.
UseWaitCursor
= value;
12616
control.
UseWaitCursor
= !value;
12631
control.
UseWaitCursor
= value;
12638
control.
UseWaitCursor
= value;
12645
control.
UseWaitCursor
= !value;
12665
control.
UseWaitCursor
= value;
12673
control.
UseWaitCursor
= value;
12681
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)
122
Assert.False(control.
UseWaitCursor
);
System.Windows.Forms.Tests (69)
System\Windows\Forms\AxHostTests.cs (2)
112
Assert.False(control.
UseWaitCursor
);
206
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ButtonBaseTests.cs (1)
118
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ButtonTests.cs (1)
116
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\CheckBoxTests.cs (1)
119
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ComboBoxTests.cs (1)
127
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ContainerControlTests.cs (1)
116
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ControlTests.cs (5)
94
Assert.False(control.
UseWaitCursor
);
183
Assert.False(control.
UseWaitCursor
);
279
Assert.False(control.
UseWaitCursor
);
375
Assert.False(control.
UseWaitCursor
);
471
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ControlTests.Properties.cs (15)
12607
Assert.Equal(value, control.
UseWaitCursor
);
12612
Assert.Equal(value, control.
UseWaitCursor
);
12617
Assert.Equal(!value, control.
UseWaitCursor
);
12632
Assert.Equal(value, control.
UseWaitCursor
);
12633
Assert.Equal(value, child1.
UseWaitCursor
);
12634
Assert.Equal(value, child2.
UseWaitCursor
);
12639
Assert.Equal(value, control.
UseWaitCursor
);
12640
Assert.Equal(value, child1.
UseWaitCursor
);
12641
Assert.Equal(value, child2.
UseWaitCursor
);
12646
Assert.Equal(!value, control.
UseWaitCursor
);
12647
Assert.Equal(!value, child1.
UseWaitCursor
);
12648
Assert.Equal(!value, child2.
UseWaitCursor
);
12666
Assert.Equal(value, control.
UseWaitCursor
);
12674
Assert.Equal(value, control.
UseWaitCursor
);
12682
Assert.Equal(!value, control.
UseWaitCursor
);
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
125
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\DateTimePickerTests.cs (1)
118
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
157
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
119
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\DomainUpDownTests.cs (1)
145
_sub.
UseWaitCursor
.Should().BeFalse();
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
110
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\FormTests.cs (1)
159
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\GroupBoxTests.cs (1)
99
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\HScrollBarTests.cs (1)
112
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\LabelTests.cs (1)
110
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ListBoxTests.cs (1)
130
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ListControlTests.cs (1)
106
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ListViewTests.cs (1)
146
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\MdiClientTests.cs (1)
83
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\MenuStripTests.cs (1)
142
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\MonthCalendarTests.cs (1)
138
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\PanelTests.cs (1)
109
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\PictureBoxTests.cs (1)
106
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ProgressBarTests.cs (1)
98
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\PropertyGridTests.cs (1)
158
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\RadioButtonTests.cs (1)
116
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\RichTextBoxTests.cs (1)
131
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ScrollableControlTests.cs (1)
109
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ScrollBarTests.cs (1)
100
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\SplitterPanelTests.cs (1)
96
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\SplitterTests.cs (1)
99
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\StatusStripTests.cs (1)
145
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\TabControlTests.cs (1)
110
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\TableLayoutPanelTests.cs (1)
120
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\TabPageTests.cs (2)
116
Assert.False(control.
UseWaitCursor
);
225
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
114
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
152
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ToolStripPanelTests.cs (1)
113
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\ToolStripTests.cs (2)
158
Assert.False(control.
UseWaitCursor
);
313
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\TreeViewTests.cs (1)
125
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\UpDownBaseTests.cs (1)
128
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\UserControlTests.cs (1)
116
Assert.False(control.
UseWaitCursor
);
System\Windows\Forms\VScrollBarTests.cs (1)
111
Assert.False(control.
UseWaitCursor
);
TextBoxTests.cs (1)
118
Assert.False(control.
UseWaitCursor
);
TrackBarTests.cs (1)
105
Assert.False(control.
UseWaitCursor
);