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)
155
if (HasSelection &&
_selectionRect
.Width > 0 &&
_selectionRect
.Height > 0)
189
Visual v = GetVisual(-
_selectionRect
.Left, -
_selectionRect
.Top);
194
RenderTargetBitmap data = new RenderTargetBitmap((int)(scale *
_selectionRect
.Width), (int)(scale *
_selectionRect
.Height),dpi,dpi, PixelFormats.Pbgra32);
253
double top =
_selectionRect
.Top;
254
double bottom =
_selectionRect
.Bottom;
255
double left =
_selectionRect
.Left;
256
double right =
_selectionRect
.Right;
594
get { return
_selectionRect
; }
599
get { return _page != null && _panel != null && !
_selectionRect
.IsEmpty; }