3 writes to _isSelecting
PresentationFramework (3)
System\Windows\Documents\RubberbandSelector.cs (3)
512
_isSelecting
= true;
525
_isSelecting
= false;
539
_isSelecting
= false;
3 references to _isSelecting
PresentationFramework (3)
System\Windows\Documents\RubberbandSelector.cs (3)
523
if (
_isSelecting
)
541
else if (
_isSelecting
)
552
if (
_isSelecting
|| GetFixedPanelDocumentPage(e.GetPosition(_scope)) != null)