3 writes to _isSelecting
PresentationFramework (3)
System\Windows\Documents\RubberbandSelector.cs (3)
513
_isSelecting
= true;
526
_isSelecting
= false;
540
_isSelecting
= false;
3 references to _isSelecting
PresentationFramework (3)
System\Windows\Documents\RubberbandSelector.cs (3)
524
if (
_isSelecting
)
542
else if (
_isSelecting
)
553
if (
_isSelecting
|| GetFixedPanelDocumentPage(e.GetPosition(_scope)) != null)