16 writes to Capture
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5794Capture = true; 5903this.Capture = false;
System.Workflow.ComponentModel (14)
AuthoringOM\Design\MessageFilters\ConnectionManager.cs (2)
318workflowView.Capture = true; 377workflowView.Capture = false;
AuthoringOM\Design\MessageFilters\DragDropManager.cs (3)
133parentView.Capture = true; 157ParentView.Capture = false; 201ParentView.Capture = false;
AuthoringOM\Design\MessageFilters\DragSelectionMessageFilter.cs (2)
155parentView.Capture = true; 159parentView.Capture = false;
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (2)
390parentView.Capture = false; 398parentView.Capture = true;
AuthoringOM\Design\MessageFilters\PanningMessageFilter.cs (1)
108ParentView.Capture = this.panningActive;
AuthoringOM\Design\MessageFilters\ResizingMessageFilter.cs (1)
264workflowView.Capture = (this.designerToResize != null);
AuthoringOM\Design\WorkflowView.cs (3)
762Capture = false; 776Capture = false; 1983Capture = false;
10 references to Capture
System.Windows.Forms (6)
winforms\Managed\System\WinForms\CheckBox.cs (1)
652if (this.Capture) {
winforms\Managed\System\WinForms\ComboBox.cs (1)
3737bool captured = Capture;
winforms\Managed\System\WinForms\ListBox.cs (2)
2416bool captured = Capture; 2463bool rCaptured = Capture;
winforms\Managed\System\WinForms\UpDownBase.cs (2)
1566if (Capture) { 1790if (!Capture) {
System.Workflow.ComponentModel (4)
AuthoringOM\Design\MessageFilters\DragDropManager.cs (1)
181if (!ParentView.Capture)
AuthoringOM\Design\WorkflowView.cs (3)
761if (Capture) 775if (Capture) 1982if (Capture)