8 references to MinimumHeightWidthSize
PresentationFramework (8)
MS\Internal\Ink\SelectionEditingBehavior.cs (8)
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;