20 references to Y
PresentationCore (20)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
482
StylusPointPropertyIds.
Y
, //required index for SPD
System\Windows\Input\Stylus\Common\StylusPoint.cs (2)
276
else if (stylusPointProperty.Id == StylusPointPropertyIds.
Y
)
346
else if (stylusPointProperty.Id == StylusPointPropertyIds.
Y
)
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (6)
55
infos[RequiredYIndex].Id != StylusPointPropertyIds.
Y
||
66
seenIds.Add(StylusPointPropertyIds.
Y
);
302
stylusPointDescription1._stylusPointPropertyInfos[1].Id == StylusPointPropertyIds.
Y
&&
307
stylusPointDescription2._stylusPointPropertyInfos[1].Id == StylusPointPropertyIds.
Y
&&
344
stylusPointDescription._stylusPointPropertyInfos[1].Id == StylusPointPropertyIds.
Y
&&
349
stylusPointDescriptionPreserveInfo._stylusPointPropertyInfos[1].Id == StylusPointPropertyIds.
Y
&&
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (1)
22
new StylusPointProperty( StylusPointPropertyIds.
Y
, false);
System\Windows\Input\Stylus\Common\StylusPointPropertyId.cs (3)
202
{ HidUsage.Y,
Y
},
263
guid ==
Y
||
301
if (guid ==
Y
)
System\Windows\Input\Stylus\Common\StylusPointPropertyInfo.cs (2)
116
stylusPointPropertyInfo1.Id != StylusPointPropertyIds.
Y
&&
118
stylusPointPropertyInfo2.Id != StylusPointPropertyIds.
Y
),
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
261
if (stylusPointProperty.Id == StylusPointPropertyIds.
Y
)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (2)
231
else if (propInfo.Id == StylusPointPropertyIds.
Y
)
260
Debug.Assert(properties[StylusPointDescription.RequiredYIndex /*1*/].Id == StylusPointPropertyIds.
Y
|| !seenY,
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
151
Debug.Assert(propertyInfos[StylusPointDescription.RequiredYIndex /*0*/].Id == StylusPointPropertyIds.
Y
, "Y isn't where we expect it! Fix PenImc to ask for Y at index 1");
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (1)
931
Debug.Assert(properties[StylusPointDescription.RequiredYIndex /*1*/].Id == StylusPointPropertyIds.
Y
, "Y isn't where we expect it! Fix PenImc to ask for Y at index 1");