58 writes to Capture
System.Windows.Forms (40)
System\Windows\Forms\Control.cs (2)
12253Capture = true; 12445Capture = false;
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
845Capture = false;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (9)
1661Capture = true; 1678Capture = true; 1695Capture = true; 1710Capture = true; 1745Capture = false; 1755Capture = true; 1770Capture = true; 1785Capture = false; 3914Capture = false;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
3376Capture = true; 25593Capture = false;
System\Windows\Forms\Controls\Labels\LinkLabel.cs (2)
868Capture = true; 895Capture = false;
System\Windows\Forms\Controls\ListView\ListView.cs (4)
6747Capture = true; 7011Capture = true; 7061Capture = false; 7084Capture = false;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
2813Capture = true; 2883Capture = 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)
3458Capture = true; 3552Capture = false; 3584Capture = true;
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (2)
120Capture = true; 145Capture = false;
System\Windows\Forms\Form.cs (1)
7243Capture = 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)
1331if (Capture == value)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (1)
671if (Capture)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3903bool 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)
190if (Capture) 570if (!Capture)
System\Windows\Forms\Form.cs (1)
7241if (Capture && MouseButtons == MouseButtons.None)