33 references to StylusPointProperty
PresentationCore (33)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
1543
return new StylusPointPropertyInfo( new
StylusPointProperty
(guid, StylusPointPropertyIds.IsKnownButton(guid)),
1648
StylusPointProperty buttonProperty = new
StylusPointProperty
(buttonguids[i], true);
System\Windows\Input\Stylus\Common\StylusButton.cs (1)
48
return (StylusButtonState)stylusPoints[stylusPoints.Count - 1].GetPropertyValue(new
StylusPointProperty
(Guid, true));
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (22)
16
new
StylusPointProperty
( StylusPointPropertyIds.X, false);
22
new
StylusPointProperty
( StylusPointPropertyIds.Y, false);
28
new
StylusPointProperty
( StylusPointPropertyIds.Z, false);
34
new
StylusPointProperty
(StylusPointPropertyIds.Width, false);
40
new
StylusPointProperty
(StylusPointPropertyIds.Height, false);
46
new
StylusPointProperty
(StylusPointPropertyIds.SystemTouch, false);
52
new
StylusPointProperty
( StylusPointPropertyIds.PacketStatus, false);
58
new
StylusPointProperty
(StylusPointPropertyIds.SerialNumber, false);
64
new
StylusPointProperty
( StylusPointPropertyIds.NormalPressure, false);
70
new
StylusPointProperty
( StylusPointPropertyIds.TangentPressure, false);
76
new
StylusPointProperty
( StylusPointPropertyIds.ButtonPressure, false);
82
new
StylusPointProperty
( StylusPointPropertyIds.XTiltOrientation, false);
88
new
StylusPointProperty
( StylusPointPropertyIds.YTiltOrientation, false);
94
new
StylusPointProperty
( StylusPointPropertyIds.AzimuthOrientation, false);
100
new
StylusPointProperty
( StylusPointPropertyIds.AltitudeOrientation, false);
106
new
StylusPointProperty
( StylusPointPropertyIds.TwistOrientation, false);
112
new
StylusPointProperty
( StylusPointPropertyIds.PitchRotation, false);
118
new
StylusPointProperty
(StylusPointPropertyIds.RollRotation, false);
124
new
StylusPointProperty
(StylusPointPropertyIds.YawRotation, false);
130
new
StylusPointProperty
(StylusPointPropertyIds.TipButton, true);
136
new
StylusPointProperty
(StylusPointPropertyIds.BarrelButton, true);
142
new
StylusPointProperty
(StylusPointPropertyIds.SecondaryTipButton, true);
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (2)
234
new StylusPointPropertyInfo(new
StylusPointProperty
(Guid.NewGuid(), false),
244
new StylusPointPropertyInfo(new
StylusPointProperty
(Guid.NewGuid(), true),
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (1)
66
StylusPointProperty stylusProp = new
StylusPointProperty
(propGuid, StylusPointPropertyIds.IsKnownButton(propGuid));
System\Windows\Input\Stylus\Wisp\PenContext.cs (2)
129
StylusPointPropertyInfo propertyInfo = new StylusPointPropertyInfo(new
StylusPointProperty
(guid, false), min, max, (StylusPointPropertyUnit)units, res);
144
StylusPointProperty buttonProperty = new
StylusPointProperty
(buttonGuid, true);
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (2)
916
StylusPointProperty property = new
StylusPointProperty
(guid, false);
925
StylusPointProperty buttonProperty = new
StylusPointProperty
(buttonGuid, true);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2886
(StylusButtonState)stylusPoint.GetPropertyValue(new
StylusPointProperty
(button.Guid, true));