33 references to StylusPointProperty
PresentationCore (33)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
1540
return new StylusPointPropertyInfo( new
StylusPointProperty
(guid, StylusPointPropertyIds.IsKnownButton(guid)),
1645
StylusPointProperty buttonProperty = new
StylusPointProperty
(buttonguids[i], true);
System\Windows\Input\Stylus\Common\StylusButton.cs (1)
47
return (StylusButtonState)stylusPoints[stylusPoints.Count - 1].GetPropertyValue(new
StylusPointProperty
(Guid, true));
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (22)
15
new
StylusPointProperty
( StylusPointPropertyIds.X, false);
21
new
StylusPointProperty
( StylusPointPropertyIds.Y, false);
27
new
StylusPointProperty
( StylusPointPropertyIds.Z, false);
33
new
StylusPointProperty
(StylusPointPropertyIds.Width, false);
39
new
StylusPointProperty
(StylusPointPropertyIds.Height, false);
45
new
StylusPointProperty
(StylusPointPropertyIds.SystemTouch, false);
51
new
StylusPointProperty
( StylusPointPropertyIds.PacketStatus, false);
57
new
StylusPointProperty
(StylusPointPropertyIds.SerialNumber, false);
63
new
StylusPointProperty
( StylusPointPropertyIds.NormalPressure, false);
69
new
StylusPointProperty
( StylusPointPropertyIds.TangentPressure, false);
75
new
StylusPointProperty
( StylusPointPropertyIds.ButtonPressure, false);
81
new
StylusPointProperty
( StylusPointPropertyIds.XTiltOrientation, false);
87
new
StylusPointProperty
( StylusPointPropertyIds.YTiltOrientation, false);
93
new
StylusPointProperty
( StylusPointPropertyIds.AzimuthOrientation, false);
99
new
StylusPointProperty
( StylusPointPropertyIds.AltitudeOrientation, false);
105
new
StylusPointProperty
( StylusPointPropertyIds.TwistOrientation, false);
111
new
StylusPointProperty
( StylusPointPropertyIds.PitchRotation, false);
117
new
StylusPointProperty
(StylusPointPropertyIds.RollRotation, false);
123
new
StylusPointProperty
(StylusPointPropertyIds.YawRotation, false);
129
new
StylusPointProperty
(StylusPointPropertyIds.TipButton, true);
135
new
StylusPointProperty
(StylusPointPropertyIds.BarrelButton, true);
141
new
StylusPointProperty
(StylusPointPropertyIds.SecondaryTipButton, true);
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (2)
233
new StylusPointPropertyInfo(new
StylusPointProperty
(Guid.NewGuid(), false),
243
new StylusPointPropertyInfo(new
StylusPointProperty
(Guid.NewGuid(), true),
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (1)
65
StylusPointProperty stylusProp = new
StylusPointProperty
(propGuid, StylusPointPropertyIds.IsKnownButton(propGuid));
System\Windows\Input\Stylus\Wisp\PenContext.cs (2)
128
StylusPointPropertyInfo propertyInfo = new StylusPointPropertyInfo(new
StylusPointProperty
(guid, false), min, max, (StylusPointPropertyUnit)units, res);
143
StylusPointProperty buttonProperty = new
StylusPointProperty
(buttonGuid, true);
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (2)
918
StylusPointProperty property = new
StylusPointProperty
(guid, false);
927
StylusPointProperty buttonProperty = new
StylusPointProperty
(buttonGuid, true);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2906
(StylusButtonState)stylusPoint.GetPropertyValue(new
StylusPointProperty
(button.Guid, true));