33 references to StylusPointProperty
PresentationCore (33)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
1556
return new StylusPointPropertyInfo( new
StylusPointProperty
(guid, StylusPointPropertyIds.IsKnownButton(guid)),
1661
StylusPointProperty buttonProperty = new
StylusPointProperty
(buttonguids[i], true);
System\Windows\Input\Stylus\Common\StylusButton.cs (1)
49
return (StylusButtonState)stylusPoints[stylusPoints.Count - 1].GetPropertyValue(new
StylusPointProperty
(Guid, true));
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (22)
24
new
StylusPointProperty
( StylusPointPropertyIds.X, false);
30
new
StylusPointProperty
( StylusPointPropertyIds.Y, false);
36
new
StylusPointProperty
( StylusPointPropertyIds.Z, false);
42
new
StylusPointProperty
(StylusPointPropertyIds.Width, false);
48
new
StylusPointProperty
(StylusPointPropertyIds.Height, false);
54
new
StylusPointProperty
(StylusPointPropertyIds.SystemTouch, false);
60
new
StylusPointProperty
( StylusPointPropertyIds.PacketStatus, false);
66
new
StylusPointProperty
(StylusPointPropertyIds.SerialNumber, false);
72
new
StylusPointProperty
( StylusPointPropertyIds.NormalPressure, false);
78
new
StylusPointProperty
( StylusPointPropertyIds.TangentPressure, false);
84
new
StylusPointProperty
( StylusPointPropertyIds.ButtonPressure, false);
90
new
StylusPointProperty
( StylusPointPropertyIds.XTiltOrientation, false);
96
new
StylusPointProperty
( StylusPointPropertyIds.YTiltOrientation, false);
102
new
StylusPointProperty
( StylusPointPropertyIds.AzimuthOrientation, false);
108
new
StylusPointProperty
( StylusPointPropertyIds.AltitudeOrientation, false);
114
new
StylusPointProperty
( StylusPointPropertyIds.TwistOrientation, false);
120
new
StylusPointProperty
( StylusPointPropertyIds.PitchRotation, false);
126
new
StylusPointProperty
(StylusPointPropertyIds.RollRotation, false);
132
new
StylusPointProperty
(StylusPointPropertyIds.YawRotation, false);
138
new
StylusPointProperty
(StylusPointPropertyIds.TipButton, true);
144
new
StylusPointProperty
(StylusPointPropertyIds.BarrelButton, true);
150
new
StylusPointProperty
(StylusPointPropertyIds.SecondaryTipButton, true);
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (2)
241
new StylusPointPropertyInfo(new
StylusPointProperty
(Guid.NewGuid(), false),
251
new StylusPointPropertyInfo(new
StylusPointProperty
(Guid.NewGuid(), true),
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (1)
75
StylusPointProperty stylusProp = new
StylusPointProperty
(propGuid, StylusPointPropertyIds.IsKnownButton(propGuid));
System\Windows\Input\Stylus\Wisp\PenContext.cs (2)
142
StylusPointPropertyInfo propertyInfo = new StylusPointPropertyInfo(new
StylusPointProperty
(guid, false), min, max, (StylusPointPropertyUnit)units, res);
157
StylusPointProperty buttonProperty = new
StylusPointProperty
(buttonGuid, true);
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (2)
928
StylusPointProperty property = new
StylusPointProperty
(guid, false);
937
StylusPointProperty buttonProperty = new
StylusPointProperty
(buttonGuid, true);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2895
(StylusButtonState)stylusPoint.GetPropertyValue(new
StylusPointProperty
(button.Guid, true));