58 writes to Capture
System.Windows.Forms (40)
System\Windows\Forms\Control.cs (2)
11524
Capture
= true;
11716
Capture
= false;
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
883
Capture
= false;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (9)
1592
Capture
= true;
1609
Capture
= true;
1626
Capture
= true;
1641
Capture
= true;
1676
Capture
= false;
1686
Capture
= true;
1701
Capture
= true;
1716
Capture
= false;
3746
Capture
= false;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
3376
Capture
= true;
25593
Capture
= false;
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
856
Capture
= true;
883
Capture
= false;
System\Windows\Forms\Controls\ListView\ListView.cs (4)
6745
Capture
= true;
7009
Capture
= true;
7059
Capture
= false;
7082
Capture
= false;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
2765
Capture
= true;
2835
Capture
= false;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
710
Capture
= false;
3001
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)
911
Capture
= true;
923
Capture
= false;
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3316
Capture
= true;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
1610
Capture
= true;
1723
Capture
= false;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
683
toolStripToDrag.
Capture
= true;
System\Windows\Forms\Controls\TreeView\TreeView.cs (3)
3242
Capture
= true;
3336
Capture
= false;
3368
Capture
= true;
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (2)
79
Capture
= true;
104
Capture
= false;
System\Windows\Forms\Form.cs (1)
7218
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)
644
Capture
= false;
648
Capture
= false;
1251
Capture
= true;
1318
Capture
= false;
2079
Capture
= false;
2115
Capture
= false;
2142
Capture
= true;
2226
Capture
= false;
2237
Capture
= false;
System\Windows\Forms\Design\ControlDesigner.cs (2)
1330
Control.
Capture
= true;
1339
Control.
Capture
= false;
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
1724
control.
Capture
= true;
1777
Control.
Capture
= false;
System\Windows\Forms\Design\SelectionUIService.cs (2)
107
Capture
= true;
188
Capture
= false;
10 references to Capture
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (1)
1152
if (
Capture
== value)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
517
if (
Capture
)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3735
bool captured =
Capture
;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
2419
bool captured =
Capture
;
2460
if (
Capture
&& PInvoke.WindowFromPoint(PointToScreen((Point)m.LParamInternal)) == HWND)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
1608
if (OwnerToolStrip.
Capture
)
1721
if (
Capture
)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (2)
149
if (
Capture
)
461
if (!
Capture
)
System\Windows\Forms\Form.cs (1)
7216
if (
Capture
&& MouseButtons == MouseButtons.None)