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)
165
if (HasSelection &&
_selectionRect
.Width > 0 &&
_selectionRect
.Height > 0)
199
Visual v = GetVisual(-
_selectionRect
.Left, -
_selectionRect
.Top);
204
RenderTargetBitmap data = new RenderTargetBitmap((int)(scale *
_selectionRect
.Width), (int)(scale *
_selectionRect
.Height),dpi,dpi, PixelFormats.Pbgra32);
263
double top =
_selectionRect
.Top;
264
double bottom =
_selectionRect
.Bottom;
265
double left =
_selectionRect
.Left;
266
double right =
_selectionRect
.Right;
604
get { return
_selectionRect
; }
609
get { return _page != null && _panel != null && !
_selectionRect
.IsEmpty; }