3 writes to _isSelecting
PresentationFramework (3)
src\Framework\System\Windows\Documents\RubberbandSelector.cs (3)
621
_isSelecting
= true;
634
_isSelecting
= false;
648
_isSelecting
= false;
3 references to _isSelecting
PresentationFramework (3)
src\Framework\System\Windows\Documents\RubberbandSelector.cs (3)
632
if (
_isSelecting
)
650
else if (
_isSelecting
)
661
if (
_isSelecting
|| GetFixedPanelDocumentPage(e.GetPosition(_scope)) != null)