6 references to HollowLineSize
PresentationCore (6)
Core\CSharp\System\Windows\Ink\Stroke2.cs (6)
739double xTransform = DoubleUtil.GreaterThan(newWidth, HollowLineSize) ? 740(newWidth - HollowLineSize) / newWidth : 1.0f; 741double yTransform = DoubleUtil.GreaterThan(newHeight, HollowLineSize) ? 742(newHeight - HollowLineSize) / newHeight : 1.0f; 747outerTransform.Scale((newWidth + HollowLineSize) / newWidth, 748(newHeight + HollowLineSize) / newHeight);