8 references to MinimumHeightWidthSize
PresentationFramework (8)
src\Framework\MS\Internal\Ink\SelectionEditingBehavior.cs (8)
209if ( newPoint.X > _selectionRect.Right - MinimumHeightWidthSize ) 211newPoint.X = _selectionRect.Right - MinimumHeightWidthSize; 220if ( newPoint.X < _selectionRect.Left + MinimumHeightWidthSize ) 222newPoint.X = _selectionRect.Left + MinimumHeightWidthSize; 231if ( newPoint.Y > _selectionRect.Bottom - MinimumHeightWidthSize ) 233newPoint.Y = _selectionRect.Bottom - MinimumHeightWidthSize; 242if ( newPoint.Y < _selectionRect.Top + MinimumHeightWidthSize ) 244newPoint.Y = _selectionRect.Top + MinimumHeightWidthSize;