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