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