20 references to Y
PresentationCore (20)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
501
StylusPointPropertyIds.
Y
, //required index for SPD
System\Windows\Input\Stylus\Common\StylusPoint.cs (2)
286
else if (stylusPointProperty.Id == StylusPointPropertyIds.
Y
)
356
else if (stylusPointProperty.Id == StylusPointPropertyIds.
Y
)
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (6)
63
infos[RequiredYIndex].Id != StylusPointPropertyIds.
Y
||
74
seenIds.Add(StylusPointPropertyIds.
Y
);
310
stylusPointDescription1._stylusPointPropertyInfos[1].Id == StylusPointPropertyIds.
Y
&&
315
stylusPointDescription2._stylusPointPropertyInfos[1].Id == StylusPointPropertyIds.
Y
&&
352
stylusPointDescription._stylusPointPropertyInfos[1].Id == StylusPointPropertyIds.
Y
&&
357
stylusPointDescriptionPreserveInfo._stylusPointPropertyInfos[1].Id == StylusPointPropertyIds.
Y
&&
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (1)
30
new StylusPointProperty( StylusPointPropertyIds.
Y
, false);
System\Windows\Input\Stylus\Common\StylusPointPropertyId.cs (3)
209
{ HidUsage.Y,
Y
},
270
guid ==
Y
||
308
if (guid ==
Y
)
System\Windows\Input\Stylus\Common\StylusPointPropertyInfo.cs (2)
125
stylusPointPropertyInfo1.Id != StylusPointPropertyIds.
Y
&&
127
stylusPointPropertyInfo2.Id != StylusPointPropertyIds.
Y
),
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
268
if (stylusPointProperty.Id == StylusPointPropertyIds.
Y
)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (2)
235
else if (propInfo.Id == StylusPointPropertyIds.
Y
)
264
Debug.Assert(properties[StylusPointDescription.RequiredYIndex /*1*/].Id == StylusPointPropertyIds.
Y
|| !seenY,
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
164
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)
943
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");