8 references to MinimumHeightWidthSize
PresentationFramework (8)
MS\Internal\Ink\SelectionEditingBehavior.cs (8)
193if ( newPoint.X > _selectionRect.Right - MinimumHeightWidthSize ) 195newPoint.X = _selectionRect.Right - MinimumHeightWidthSize; 204if ( newPoint.X < _selectionRect.Left + MinimumHeightWidthSize ) 206newPoint.X = _selectionRect.Left + MinimumHeightWidthSize; 215if ( newPoint.Y > _selectionRect.Bottom - MinimumHeightWidthSize ) 217newPoint.Y = _selectionRect.Bottom - MinimumHeightWidthSize; 226if ( newPoint.Y < _selectionRect.Top + MinimumHeightWidthSize ) 228newPoint.Y = _selectionRect.Top + MinimumHeightWidthSize;