1 write to _selectionRect
PresentationFramework (1)
MS\Internal\Ink\SelectionEditingBehavior.cs (1)
68_selectionRect = InkCanvas.GetSelectionBounds( );
11 references to _selectionRect
PresentationFramework (11)
MS\Internal\Ink\SelectionEditingBehavior.cs (11)
72_previousRect = _selectionRect; 75InkCanvas.InkCanvasSelection.StartFeedbackAdorner(_selectionRect, _hitResult); 192if ( newPoint.X > _selectionRect.Right - MinimumHeightWidthSize ) 194newPoint.X = _selectionRect.Right - MinimumHeightWidthSize; 203if ( newPoint.X < _selectionRect.Left + MinimumHeightWidthSize ) 205newPoint.X = _selectionRect.Left + MinimumHeightWidthSize; 214if ( newPoint.Y > _selectionRect.Bottom - MinimumHeightWidthSize ) 216newPoint.Y = _selectionRect.Bottom - MinimumHeightWidthSize; 225if ( newPoint.Y < _selectionRect.Top + MinimumHeightWidthSize ) 227newPoint.Y = _selectionRect.Top + MinimumHeightWidthSize; 399InkCanvas.InkCanvasSelection.EndFeedbackAdorner(commit ? _previousRect : _selectionRect);