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