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