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