20 references to Y
PresentationCore (20)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
479
StylusPointPropertyIds.
Y
, //required index for SPD
System\Windows\Input\Stylus\Common\StylusPoint.cs (2)
275
else if (stylusPointProperty.Id == StylusPointPropertyIds.
Y
)
345
else if (stylusPointProperty.Id == StylusPointPropertyIds.
Y
)
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (6)
52
infos[RequiredYIndex].Id != StylusPointPropertyIds.
Y
||
63
seenIds.Add(StylusPointPropertyIds.
Y
);
299
stylusPointDescription1._stylusPointPropertyInfos[1].Id == StylusPointPropertyIds.
Y
&&
304
stylusPointDescription2._stylusPointPropertyInfos[1].Id == StylusPointPropertyIds.
Y
&&
340
stylusPointDescription._stylusPointPropertyInfos[1].Id == StylusPointPropertyIds.
Y
&&
345
stylusPointDescriptionPreserveInfo._stylusPointPropertyInfos[1].Id == StylusPointPropertyIds.
Y
&&
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (1)
21
new StylusPointProperty( StylusPointPropertyIds.
Y
, false);
System\Windows\Input\Stylus\Common\StylusPointPropertyId.cs (3)
201
{ HidUsage.Y,
Y
},
262
guid ==
Y
||
300
if (guid ==
Y
)
System\Windows\Input\Stylus\Common\StylusPointPropertyInfo.cs (2)
115
stylusPointPropertyInfo1.Id != StylusPointPropertyIds.
Y
&&
117
stylusPointPropertyInfo2.Id != StylusPointPropertyIds.
Y
),
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
260
if (stylusPointProperty.Id == StylusPointPropertyIds.
Y
)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (2)
230
else if (propInfo.Id == StylusPointPropertyIds.
Y
)
259
Debug.Assert(properties[StylusPointDescription.RequiredYIndex /*1*/].Id == StylusPointPropertyIds.
Y
|| !seenY,
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
150
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)
933
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");