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