27 references to StylusPointPropertyInfo
PresentationCore (27)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1557return new StylusPointPropertyInfo( new StylusPointProperty(guid, StylusPointPropertyIds.IsKnownButton(guid)),
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (24)
20new StylusPointPropertyInfo(StylusPointProperties.X, 30new StylusPointPropertyInfo(StylusPointProperties.Y, 40new StylusPointPropertyInfo(StylusPointProperties.Z, 50new StylusPointPropertyInfo(StylusPointProperties.Width, 60new StylusPointPropertyInfo(StylusPointProperties.Height, 70new StylusPointPropertyInfo(StylusPointProperties.SystemTouch, 80new StylusPointPropertyInfo(StylusPointProperties.PacketStatus, 91new StylusPointPropertyInfo(StylusPointProperties.SerialNumber, 101new StylusPointPropertyInfo(StylusPointProperties.NormalPressure, 111new StylusPointPropertyInfo(StylusPointProperties.TangentPressure, 121new StylusPointPropertyInfo(StylusPointProperties.ButtonPressure, 131new StylusPointPropertyInfo(StylusPointProperties.XTiltOrientation, 141new StylusPointPropertyInfo(StylusPointProperties.YTiltOrientation, 151new StylusPointPropertyInfo(StylusPointProperties.AzimuthOrientation, 161new StylusPointPropertyInfo(StylusPointProperties.AltitudeOrientation, 171new StylusPointPropertyInfo(StylusPointProperties.TwistOrientation, 181new StylusPointPropertyInfo(StylusPointProperties.PitchRotation, 191new StylusPointPropertyInfo(StylusPointProperties.RollRotation, 201new StylusPointPropertyInfo(StylusPointProperties.YawRotation, 211new StylusPointPropertyInfo(StylusPointProperties.TipButton, 221new StylusPointPropertyInfo(StylusPointProperties.BarrelButton, 231new StylusPointPropertyInfo(StylusPointProperties.SecondaryTipButton, 241new StylusPointPropertyInfo(new StylusPointProperty(Guid.NewGuid(), false), 251new StylusPointPropertyInfo(new StylusPointProperty(Guid.NewGuid(), true),
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (1)
105result = new StylusPointPropertyInfo(
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
148StylusPointPropertyInfo propertyInfo = new StylusPointPropertyInfo(new StylusPointProperty(guid, false), min, max, (StylusPointPropertyUnit)units, res);