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