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