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