3 writes to _isSelecting
PresentationFramework (3)
System\Windows\Documents\RubberbandSelector.cs (3)
511
_isSelecting
= true;
524
_isSelecting
= false;
538
_isSelecting
= false;
3 references to _isSelecting
PresentationFramework (3)
System\Windows\Documents\RubberbandSelector.cs (3)
522
if (
_isSelecting
)
540
else if (
_isSelecting
)
551
if (
_isSelecting
|| GetFixedPanelDocumentPage(e.GetPosition(_scope)) != null)