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