27 references to StylusPointPropertyInfo
PresentationCore (27)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1556
return new
StylusPointPropertyInfo
( new StylusPointProperty(guid, StylusPointPropertyIds.IsKnownButton(guid)),
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (24)
20
new
StylusPointPropertyInfo
(StylusPointProperties.X,
30
new
StylusPointPropertyInfo
(StylusPointProperties.Y,
40
new
StylusPointPropertyInfo
(StylusPointProperties.Z,
50
new
StylusPointPropertyInfo
(StylusPointProperties.Width,
60
new
StylusPointPropertyInfo
(StylusPointProperties.Height,
70
new
StylusPointPropertyInfo
(StylusPointProperties.SystemTouch,
80
new
StylusPointPropertyInfo
(StylusPointProperties.PacketStatus,
91
new
StylusPointPropertyInfo
(StylusPointProperties.SerialNumber,
101
new
StylusPointPropertyInfo
(StylusPointProperties.NormalPressure,
111
new
StylusPointPropertyInfo
(StylusPointProperties.TangentPressure,
121
new
StylusPointPropertyInfo
(StylusPointProperties.ButtonPressure,
131
new
StylusPointPropertyInfo
(StylusPointProperties.XTiltOrientation,
141
new
StylusPointPropertyInfo
(StylusPointProperties.YTiltOrientation,
151
new
StylusPointPropertyInfo
(StylusPointProperties.AzimuthOrientation,
161
new
StylusPointPropertyInfo
(StylusPointProperties.AltitudeOrientation,
171
new
StylusPointPropertyInfo
(StylusPointProperties.TwistOrientation,
181
new
StylusPointPropertyInfo
(StylusPointProperties.PitchRotation,
191
new
StylusPointPropertyInfo
(StylusPointProperties.RollRotation,
201
new
StylusPointPropertyInfo
(StylusPointProperties.YawRotation,
211
new
StylusPointPropertyInfo
(StylusPointProperties.TipButton,
221
new
StylusPointPropertyInfo
(StylusPointProperties.BarrelButton,
231
new
StylusPointPropertyInfo
(StylusPointProperties.SecondaryTipButton,
241
new
StylusPointPropertyInfo
(new StylusPointProperty(Guid.NewGuid(), false),
251
new
StylusPointPropertyInfo
(new StylusPointProperty(Guid.NewGuid(), true),
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (1)
105
result = new
StylusPointPropertyInfo
(
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
142
StylusPointPropertyInfo propertyInfo = new
StylusPointPropertyInfo
(new StylusPointProperty(guid, false), min, max, (StylusPointPropertyUnit)units, res);