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