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