27 references to StylusPointPropertyInfo
PresentationCore (27)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1543
return new
StylusPointPropertyInfo
( new StylusPointProperty(guid, StylusPointPropertyIds.IsKnownButton(guid)),
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (24)
13
new
StylusPointPropertyInfo
(StylusPointProperties.X,
23
new
StylusPointPropertyInfo
(StylusPointProperties.Y,
33
new
StylusPointPropertyInfo
(StylusPointProperties.Z,
43
new
StylusPointPropertyInfo
(StylusPointProperties.Width,
53
new
StylusPointPropertyInfo
(StylusPointProperties.Height,
63
new
StylusPointPropertyInfo
(StylusPointProperties.SystemTouch,
73
new
StylusPointPropertyInfo
(StylusPointProperties.PacketStatus,
84
new
StylusPointPropertyInfo
(StylusPointProperties.SerialNumber,
94
new
StylusPointPropertyInfo
(StylusPointProperties.NormalPressure,
104
new
StylusPointPropertyInfo
(StylusPointProperties.TangentPressure,
114
new
StylusPointPropertyInfo
(StylusPointProperties.ButtonPressure,
124
new
StylusPointPropertyInfo
(StylusPointProperties.XTiltOrientation,
134
new
StylusPointPropertyInfo
(StylusPointProperties.YTiltOrientation,
144
new
StylusPointPropertyInfo
(StylusPointProperties.AzimuthOrientation,
154
new
StylusPointPropertyInfo
(StylusPointProperties.AltitudeOrientation,
164
new
StylusPointPropertyInfo
(StylusPointProperties.TwistOrientation,
174
new
StylusPointPropertyInfo
(StylusPointProperties.PitchRotation,
184
new
StylusPointPropertyInfo
(StylusPointProperties.RollRotation,
194
new
StylusPointPropertyInfo
(StylusPointProperties.YawRotation,
204
new
StylusPointPropertyInfo
(StylusPointProperties.TipButton,
214
new
StylusPointPropertyInfo
(StylusPointProperties.BarrelButton,
224
new
StylusPointPropertyInfo
(StylusPointProperties.SecondaryTipButton,
234
new
StylusPointPropertyInfo
(new StylusPointProperty(Guid.NewGuid(), false),
244
new
StylusPointPropertyInfo
(new StylusPointProperty(Guid.NewGuid(), true),
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (1)
96
result = new
StylusPointPropertyInfo
(
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
129
StylusPointPropertyInfo propertyInfo = new
StylusPointPropertyInfo
(new StylusPointProperty(guid, false), min, max, (StylusPointPropertyUnit)units, res);