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