58 writes to Capture
System.Windows.Forms (40)
System\Windows\Forms\Control.cs (2)
12311
Capture
= true;
12503
Capture
= false;
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
845
Capture
= false;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (9)
1678
Capture
= true;
1695
Capture
= true;
1712
Capture
= true;
1727
Capture
= true;
1762
Capture
= false;
1772
Capture
= true;
1787
Capture
= true;
1802
Capture
= false;
3958
Capture
= false;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
3435
Capture
= true;
25666
Capture
= false;
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
868
Capture
= true;
895
Capture
= false;
System\Windows\Forms\Controls\ListView\ListView.cs (4)
6762
Capture
= true;
7026
Capture
= true;
7076
Capture
= false;
7099
Capture
= false;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
2820
Capture
= true;
2890
Capture
= false;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
710
Capture
= false;
3007
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)
3321
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)
3263
Capture
= true;
3357
Capture
= false;
3389
Capture
= true;
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (2)
121
Capture
= true;
146
Capture
= false;
System\Windows\Forms\Form.cs (1)
7292
Capture
= false;
System\Windows\Forms\Layout\Containers\SplitContainer.cs (2)
1181
Capture
= false;
2108
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)
1340
if (
Capture
== value)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
683
if (
Capture
)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3947
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)
1608
if (OwnerToolStrip.
Capture
)
1721
if (
Capture
)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (2)
191
if (
Capture
)
575
if (!
Capture
)
System\Windows\Forms\Form.cs (1)
7290
if (
Capture
&& MouseButtons == MouseButtons.None)