2 writes to IsReadyForSelecting
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (2)
111this.IsReadyForSelecting = true; 180this.IsReadyForSelecting = false;
1 reference to IsReadyForSelecting
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (1)
122if (e.LeftButton == MouseButtonState.Pressed && this.IsReadyForSelecting)