8 references to MinimumHeightWidthSize
PresentationFramework (8)
MS\Internal\Ink\SelectionEditingBehavior.cs (8)
206if ( newPoint.X > _selectionRect.Right - MinimumHeightWidthSize ) 208newPoint.X = _selectionRect.Right - MinimumHeightWidthSize; 217if ( newPoint.X < _selectionRect.Left + MinimumHeightWidthSize ) 219newPoint.X = _selectionRect.Left + MinimumHeightWidthSize; 228if ( newPoint.Y > _selectionRect.Bottom - MinimumHeightWidthSize ) 230newPoint.Y = _selectionRect.Bottom - MinimumHeightWidthSize; 239if ( newPoint.Y < _selectionRect.Top + MinimumHeightWidthSize ) 241newPoint.Y = _selectionRect.Top + MinimumHeightWidthSize;