63 writes to Capture
System.Windows.Forms (38)
System\Windows\Forms\Control.cs (2)
11383
Capture
= true;
11574
Capture
= false;
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
829
Capture
= false;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (9)
1586
Capture
= true;
1603
Capture
= true;
1620
Capture
= true;
1635
Capture
= true;
1670
Capture
= false;
1680
Capture
= true;
1695
Capture
= true;
1710
Capture
= false;
3719
Capture
= false;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
3382
Capture
= true;
25585
Capture
= false;
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
855
Capture
= true;
882
Capture
= false;
System\Windows\Forms\Controls\ListView\ListView.cs (4)
6680
Capture
= true;
6944
Capture
= true;
6994
Capture
= false;
7017
Capture
= false;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
687
Capture
= false;
2962
Capture
= true;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (2)
399
Capture
= true;
500
Capture
= false;
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
912
Capture
= true;
924
Capture
= false;
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3324
Capture
= true;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
1616
Capture
= true;
1729
Capture
= false;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
691
toolStripToDrag.
Capture
= true;
System\Windows\Forms\Controls\TreeView\TreeView.cs (3)
3255
Capture
= true;
3349
Capture
= false;
3381
Capture
= true;
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (2)
75
Capture
= true;
99
Capture
= false;
System\Windows\Forms\Form.cs (1)
7115
Capture
= false;
System\Windows\Forms\Layout\Containers\SplitContainer.cs (2)
1181
Capture
= false;
2099
Capture
= true;
System.Windows.Forms.Design (18)
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.MouseHook.cs (1)
106
_currentAdornerWindow!.
Capture
= false;
System\Windows\Forms\Design\Behavior\BehaviorService.cs (2)
404
_adornerWindow.
Capture
= false;
450
_adornerWindow.
Capture
= true;
System\Windows\Forms\Design\ComponentTray.cs (9)
650
Capture
= false;
654
Capture
= false;
1266
Capture
= true;
1333
Capture
= false;
2097
Capture
= false;
2133
Capture
= false;
2160
Capture
= true;
2244
Capture
= false;
2255
Capture
= false;
System\Windows\Forms\Design\ControlDesigner.cs (2)
1315
Control.
Capture
= true;
1324
Control.
Capture
= false;
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
1723
control.
Capture
= true;
1776
Control.
Capture
= false;
System\Windows\Forms\Design\SelectionUIService.cs (2)
110
Capture
= true;
194
Capture
= false;
System.Windows.Forms.Tests (7)
System\Windows\Forms\CheckBoxTests.cs (1)
817
control.
Capture
= capture;
System\Windows\Forms\ControlTests.Properties.cs (6)
3132
Capture
= value
3138
control.
Capture
= value;
3143
control.
Capture
= !value;
3161
control.
Capture
= value;
3169
control.
Capture
= value;
3177
control.
Capture
= !value;
97 references to Capture
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (1)
1057
if (
Capture
== value)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
497
if (
Capture
)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3708
bool captured =
Capture
;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
2421
bool captured =
Capture
;
2462
if (
Capture
&& PInvoke.WindowFromPoint(PointToScreen((Point)m.LParamInternal)) == HWND)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
1614
if (OwnerToolStrip.
Capture
)
1727
if (
Capture
)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (2)
142
if (
Capture
)
398
if (!
Capture
)
System\Windows\Forms\Form.cs (1)
7113
if (
Capture
&& MouseButtons == MouseButtons.None)
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
40
Assert.False(control.
Capture
);
System.Windows.Forms.Tests (86)
System\Windows\Forms\AxHostTests.cs (2)
47
Assert.False(control.
Capture
);
141
Assert.False(control.
Capture
);
System\Windows\Forms\ButtonBaseTests.cs (11)
39
Assert.False(control.
Capture
);
6038
Assert.False(control.
Capture
);
6045
Assert.False(control.
Capture
);
6073
Assert.False(control.
Capture
);
6083
Assert.False(control.
Capture
);
8898
Assert.False(control.
Capture
);
8934
Assert.False(control.
Capture
);
8963
Assert.False(control.
Capture
);
9004
Assert.False(control.
Capture
);
9048
Assert.False(control.
Capture
);
9085
Assert.False(control.
Capture
);
System\Windows\Forms\ButtonTests.cs (1)
41
Assert.False(control.
Capture
);
System\Windows\Forms\CheckBoxTests.cs (1)
40
Assert.False(control.
Capture
);
System\Windows\Forms\ComboBoxTests.cs (1)
44
Assert.False(control.
Capture
);
System\Windows\Forms\ContainerControlTests.cs (1)
46
Assert.False(control.
Capture
);
System\Windows\Forms\ControlTests.cs (5)
34
Assert.False(control.
Capture
);
123
Assert.False(control.
Capture
);
219
Assert.False(control.
Capture
);
315
Assert.False(control.
Capture
);
411
Assert.False(control.
Capture
);
System\Windows\Forms\ControlTests.Methods.cs (12)
13493
Assert.True(control.
Capture
);
13529
Assert.True(control.
Capture
);
13562
Assert.True(control.
Capture
);
13603
Assert.True(control.
Capture
);
13647
Assert.True(control.
Capture
);
13688
Assert.True(control.
Capture
);
13828
Assert.False(control.
Capture
);
13864
Assert.False(control.
Capture
);
13893
Assert.False(control.
Capture
);
13934
Assert.False(control.
Capture
);
13978
Assert.False(control.
Capture
);
14015
Assert.False(control.
Capture
);
System\Windows\Forms\ControlTests.Properties.cs (6)
3134
Assert.Equal(value, control.
Capture
);
3139
Assert.Equal(value, control.
Capture
);
3144
Assert.Equal(!value, control.
Capture
);
3162
Assert.Equal(value, control.
Capture
);
3170
Assert.Equal(value, control.
Capture
);
3178
Assert.Equal(!value, control.
Capture
);
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
44
Assert.False(control.
Capture
);
System\Windows\Forms\DateTimePickerTests.cs (1)
47
Assert.False(control.
Capture
);
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
54
Assert.False(control.
Capture
);
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
41
Assert.False(control.
Capture
);
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
40
Assert.False(control.
Capture
);
System\Windows\Forms\FormTests.cs (1)
52
Assert.False(control.
Capture
);
System\Windows\Forms\GroupBoxTests.cs (1)
37
Assert.False(control.
Capture
);
System\Windows\Forms\HScrollBarTests.cs (1)
37
Assert.False(control.
Capture
);
System\Windows\Forms\LabelTests.cs (1)
37
Assert.False(control.
Capture
);
System\Windows\Forms\ListBoxTests.cs (1)
38
Assert.False(control.
Capture
);
System\Windows\Forms\ListControlTests.cs (1)
38
Assert.False(control.
Capture
);
System\Windows\Forms\ListViewTests.cs (1)
45
Assert.False(control.
Capture
);
System\Windows\Forms\MdiClientTests.cs (1)
34
Assert.False(control.
Capture
);
System\Windows\Forms\MenuStripTests.cs (1)
41
Assert.False(control.
Capture
);
System\Windows\Forms\MonthCalendarTests.cs (1)
46
Assert.False(control.
Capture
);
System\Windows\Forms\PanelTests.cs (1)
41
Assert.False(control.
Capture
);
System\Windows\Forms\PictureBoxTests.cs (1)
40
Assert.False(control.
Capture
);
System\Windows\Forms\ProgressBarTests.cs (1)
36
Assert.False(control.
Capture
);
System\Windows\Forms\PropertyGridTests.cs (1)
55
Assert.False(control.
Capture
);
System\Windows\Forms\RadioButtonTests.cs (1)
40
Assert.False(control.
Capture
);
System\Windows\Forms\RichTextBoxTests.cs (1)
51
Assert.False(control.
Capture
);
System\Windows\Forms\ScrollableControlTests.cs (1)
40
Assert.False(control.
Capture
);
System\Windows\Forms\ScrollBarTests.cs (1)
35
Assert.False(control.
Capture
);
System\Windows\Forms\SplitterPanelTests.cs (1)
45
Assert.False(control.
Capture
);
System\Windows\Forms\SplitterTests.cs (1)
36
Assert.False(control.
Capture
);
System\Windows\Forms\StatusStripTests.cs (1)
41
Assert.False(control.
Capture
);
System\Windows\Forms\TabControlTests.cs (1)
38
Assert.False(control.
Capture
);
System\Windows\Forms\TableLayoutPanelTests.cs (1)
42
Assert.False(control.
Capture
);
System\Windows\Forms\TabPageTests.cs (2)
45
Assert.False(control.
Capture
);
154
Assert.False(control.
Capture
);
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
43
Assert.False(control.
Capture
);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
45
Assert.False(control.
Capture
);
System\Windows\Forms\ToolStripPanelTests.cs (1)
42
Assert.False(control.
Capture
);
System\Windows\Forms\ToolStripTests.cs (2)
45
Assert.False(control.
Capture
);
201
Assert.False(control.
Capture
);
System\Windows\Forms\TreeViewTests.cs (1)
36
Assert.False(control.
Capture
);
System\Windows\Forms\UserControlTests.cs (1)
46
Assert.False(control.
Capture
);
System\Windows\Forms\VScrollBarTests.cs (1)
36
Assert.False(control.
Capture
);
TextBoxBaseTests.cs (6)
7281
Assert.True(control.
Capture
);
7317
Assert.True(control.
Capture
);
7350
Assert.True(control.
Capture
);
7391
Assert.True(control.
Capture
);
7435
Assert.True(control.
Capture
);
7476
Assert.True(control.
Capture
);
TextBoxTests.cs (1)
43
Assert.False(control.
Capture
);
TrackBarTests.cs (1)
37
Assert.False(control.
Capture
);