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