5 writes to ShouldStillAllowRubberBandEvenIfMouseLeftButtonDownIsHandled
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (3)
740
this.
ShouldStillAllowRubberBandEvenIfMouseLeftButtonDownIsHandled
= false;
800
this.
ShouldStillAllowRubberBandEvenIfMouseLeftButtonDownIsHandled
= true;
805
this.
ShouldStillAllowRubberBandEvenIfMouseLeftButtonDownIsHandled
= false;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
611
this.Designer.
ShouldStillAllowRubberBandEvenIfMouseLeftButtonDownIsHandled
= true;
620
this.Designer.
ShouldStillAllowRubberBandEvenIfMouseLeftButtonDownIsHandled
= false;
1 reference to ShouldStillAllowRubberBandEvenIfMouseLeftButtonDownIsHandled
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (1)
107
if (!e.Handled || this.Designer.
ShouldStillAllowRubberBandEvenIfMouseLeftButtonDownIsHandled
)