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