2 writes to _selectionRect
PresentationFramework (2)
System\Windows\Documents\RubberbandSelector.cs (2)
47_selectionRect = Rect.Empty; 145_selectionRect = new Rect(_origin, pt);
12 references to _selectionRect
PresentationFramework (12)
System\Windows\Documents\RubberbandSelector.cs (12)
165if (HasSelection && _selectionRect.Width > 0 && _selectionRect.Height > 0) 199Visual v = GetVisual(-_selectionRect.Left, -_selectionRect.Top); 204RenderTargetBitmap data = new RenderTargetBitmap((int)(scale * _selectionRect.Width), (int)(scale * _selectionRect.Height),dpi,dpi, PixelFormats.Pbgra32); 263double top = _selectionRect.Top; 264double bottom = _selectionRect.Bottom; 265double left = _selectionRect.Left; 266double right = _selectionRect.Right; 604get { return _selectionRect; } 609get { return _page != null && _panel != null && !_selectionRect.IsEmpty; }