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