6 references to HollowLineSize
PresentationCore (6)
System\Windows\Ink\Stroke2.cs (6)
679double xTransform = DoubleUtil.GreaterThan(newWidth, HollowLineSize) ? 680(newWidth - HollowLineSize) / newWidth : 1.0f; 681double yTransform = DoubleUtil.GreaterThan(newHeight, HollowLineSize) ? 682(newHeight - HollowLineSize) / newHeight : 1.0f; 687outerTransform.Scale((newWidth + HollowLineSize) / newWidth, 688(newHeight + HollowLineSize) / newHeight);