2 writes to _selectionRect
PresentationFramework (2)
System\Windows\Documents\RubberbandSelector.cs (2)
37
_selectionRect
= Rect.Empty;
135
_selectionRect
= new Rect(_origin, pt);
12 references to _selectionRect
PresentationFramework (12)
System\Windows\Documents\RubberbandSelector.cs (12)
152
if (HasSelection &&
_selectionRect
.Width > 0 &&
_selectionRect
.Height > 0)
186
Visual v = GetVisual(-
_selectionRect
.Left, -
_selectionRect
.Top);
191
RenderTargetBitmap data = new RenderTargetBitmap((int)(scale *
_selectionRect
.Width), (int)(scale *
_selectionRect
.Height),dpi,dpi, PixelFormats.Pbgra32);
250
double top =
_selectionRect
.Top;
251
double bottom =
_selectionRect
.Bottom;
252
double left =
_selectionRect
.Left;
253
double right =
_selectionRect
.Right;
593
get { return
_selectionRect
; }
598
get { return _page != null && _panel != null && !
_selectionRect
.IsEmpty; }