27 references to StylusPointPropertyInfo
PresentationCore (27)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1540return new StylusPointPropertyInfo( new StylusPointProperty(guid, StylusPointPropertyIds.IsKnownButton(guid)),
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (24)
12new StylusPointPropertyInfo(StylusPointProperties.X, 22new StylusPointPropertyInfo(StylusPointProperties.Y, 32new StylusPointPropertyInfo(StylusPointProperties.Z, 42new StylusPointPropertyInfo(StylusPointProperties.Width, 52new StylusPointPropertyInfo(StylusPointProperties.Height, 62new StylusPointPropertyInfo(StylusPointProperties.SystemTouch, 72new StylusPointPropertyInfo(StylusPointProperties.PacketStatus, 83new StylusPointPropertyInfo(StylusPointProperties.SerialNumber, 93new StylusPointPropertyInfo(StylusPointProperties.NormalPressure, 103new StylusPointPropertyInfo(StylusPointProperties.TangentPressure, 113new StylusPointPropertyInfo(StylusPointProperties.ButtonPressure, 123new StylusPointPropertyInfo(StylusPointProperties.XTiltOrientation, 133new StylusPointPropertyInfo(StylusPointProperties.YTiltOrientation, 143new StylusPointPropertyInfo(StylusPointProperties.AzimuthOrientation, 153new StylusPointPropertyInfo(StylusPointProperties.AltitudeOrientation, 163new StylusPointPropertyInfo(StylusPointProperties.TwistOrientation, 173new StylusPointPropertyInfo(StylusPointProperties.PitchRotation, 183new StylusPointPropertyInfo(StylusPointProperties.RollRotation, 193new StylusPointPropertyInfo(StylusPointProperties.YawRotation, 203new StylusPointPropertyInfo(StylusPointProperties.TipButton, 213new StylusPointPropertyInfo(StylusPointProperties.BarrelButton, 223new StylusPointPropertyInfo(StylusPointProperties.SecondaryTipButton, 233new StylusPointPropertyInfo(new StylusPointProperty(Guid.NewGuid(), false), 243new StylusPointPropertyInfo(new StylusPointProperty(Guid.NewGuid(), true),
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (1)
95result = new StylusPointPropertyInfo(
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
128StylusPointPropertyInfo propertyInfo = new StylusPointPropertyInfo(new StylusPointProperty(guid, false), min, max, (StylusPointPropertyUnit)units, res);