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