6 references to HollowLineSize
PresentationCore (6)
System\Windows\Ink\Stroke2.cs (6)
695double xTransform = DoubleUtil.GreaterThan(newWidth, HollowLineSize) ? 696(newWidth - HollowLineSize) / newWidth : 1.0f; 697double yTransform = DoubleUtil.GreaterThan(newHeight, HollowLineSize) ? 698(newHeight - HollowLineSize) / newHeight : 1.0f; 703outerTransform.Scale((newWidth + HollowLineSize) / newWidth, 704(newHeight + HollowLineSize) / newHeight);