5 references to X
PresentationCore (5)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
467new StylusPointPropertyInfo(StylusPointProperties.X),
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
698metricEntryType = metricBlock.AddMetricEntry(stylusPointDescription.GetPropertyInfo(StylusPointProperties.X), tag);
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
13new StylusPointPropertyInfo(StylusPointProperties.X,
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (1)
126StylusPointPropertyInfo xProperty = StylusPointDescription.GetPropertyInfo(StylusPointProperties.X);
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (1)
277StylusPointPropertyInfo xProperty = description.GetPropertyInfo(StylusPointProperties.X);