3 references to StylusPrecision
PresentationCore (3)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (3)
244_size += (double)(sFraction / DrawingAttributes.StylusPrecision); 673short sFraction = (size > uIntegral) ? (short)(DrawingAttributes.StylusPrecision * (size - uIntegral) + 0.5f) : (short)(DrawingAttributes.StylusPrecision * (size - uIntegral) - 0.5);