20 references to Resolution
PresentationCore (20)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
513fResolution = propertyInfo.Resolution
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1463resolution = MetricEntry.MetricEntry_Optional[dw].PropertyMetrics.Resolution;
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (8)
230if (!DoubleUtil.AreClose(originalInfo.Resolution, defaultInfo.Resolution)) 241bw.Write(originalInfo.Resolution); 325DoubleUtil.AreClose(1.0, propertyInfo.Resolution) ) 354DoubleUtil.AreClose(propertyInfo.Resolution, DefaultPropertyMetrics.Resolution )) 371DoubleUtil.AreClose(propertyInfo.Resolution, MetricEntry_Optional[ul].PropertyMetrics.Resolution) )
System\Windows\Input\Stylus\Common\StylusPointPropertyInfo.cs (1)
32_resolution = info.Resolution;
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (4)
284if (propertyInfo.Resolution != 0) 285dw = (uint)(((propertyInfo.Maximum - propertyInfo.Minimum) * 254) / propertyInfo.Resolution); 289if (propertyInfo.Resolution != 0) 290dw = (uint)(((propertyInfo.Maximum - propertyInfo.Minimum) * 100) / propertyInfo.Resolution);
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (1)
77float resolution = StylusPointPropertyInfoDefaults.GetStylusPointPropertyInfoDefault(stylusProp).Resolution;
System\Windows\Input\Stylus\Pointer\PointerTouchDevice.cs (2)
93if (!DoubleUtil.AreClose(propertyInfo.Resolution, 0d)) 95value /= propertyInfo.Resolution;
System\Windows\Input\Stylus\Wisp\WispStylusTouchDevice.cs (2)
50if (!DoubleUtil.AreClose(propertyInfo.Resolution, 0d)) 52value /= propertyInfo.Resolution;