4 references to logicalMax
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (2)
92
(prop.
logicalMax
- prop.logicalMin) / ((prop.physicalMax - prop.physicalMin) * exponent);
99
prop.
logicalMax
,
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (2)
304
new Size(SupportedPointerProperties[StylusPointDescription.RequiredXIndex].
logicalMax
,
305
SupportedPointerProperties[StylusPointDescription.RequiredYIndex].
logicalMax
),