27 references to StylusPointPropertyInfo
PresentationCore (27)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1540
return new
StylusPointPropertyInfo
( new StylusPointProperty(guid, StylusPointPropertyIds.IsKnownButton(guid)),
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (24)
12
new
StylusPointPropertyInfo
(StylusPointProperties.X,
22
new
StylusPointPropertyInfo
(StylusPointProperties.Y,
32
new
StylusPointPropertyInfo
(StylusPointProperties.Z,
42
new
StylusPointPropertyInfo
(StylusPointProperties.Width,
52
new
StylusPointPropertyInfo
(StylusPointProperties.Height,
62
new
StylusPointPropertyInfo
(StylusPointProperties.SystemTouch,
72
new
StylusPointPropertyInfo
(StylusPointProperties.PacketStatus,
83
new
StylusPointPropertyInfo
(StylusPointProperties.SerialNumber,
93
new
StylusPointPropertyInfo
(StylusPointProperties.NormalPressure,
103
new
StylusPointPropertyInfo
(StylusPointProperties.TangentPressure,
113
new
StylusPointPropertyInfo
(StylusPointProperties.ButtonPressure,
123
new
StylusPointPropertyInfo
(StylusPointProperties.XTiltOrientation,
133
new
StylusPointPropertyInfo
(StylusPointProperties.YTiltOrientation,
143
new
StylusPointPropertyInfo
(StylusPointProperties.AzimuthOrientation,
153
new
StylusPointPropertyInfo
(StylusPointProperties.AltitudeOrientation,
163
new
StylusPointPropertyInfo
(StylusPointProperties.TwistOrientation,
173
new
StylusPointPropertyInfo
(StylusPointProperties.PitchRotation,
183
new
StylusPointPropertyInfo
(StylusPointProperties.RollRotation,
193
new
StylusPointPropertyInfo
(StylusPointProperties.YawRotation,
203
new
StylusPointPropertyInfo
(StylusPointProperties.TipButton,
213
new
StylusPointPropertyInfo
(StylusPointProperties.BarrelButton,
223
new
StylusPointPropertyInfo
(StylusPointProperties.SecondaryTipButton,
233
new
StylusPointPropertyInfo
(new StylusPointProperty(Guid.NewGuid(), false),
243
new
StylusPointPropertyInfo
(new StylusPointProperty(Guid.NewGuid(), true),
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (1)
95
result = new
StylusPointPropertyInfo
(
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
128
StylusPointPropertyInfo propertyInfo = new
StylusPointPropertyInfo
(new StylusPointProperty(guid, false), min, max, (StylusPointPropertyUnit)units, res);