27 references to StylusPointPropertyInfo
PresentationCore (27)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1543return new StylusPointPropertyInfo( new StylusPointProperty(guid, StylusPointPropertyIds.IsKnownButton(guid)),
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (24)
13new StylusPointPropertyInfo(StylusPointProperties.X, 23new StylusPointPropertyInfo(StylusPointProperties.Y, 33new StylusPointPropertyInfo(StylusPointProperties.Z, 43new StylusPointPropertyInfo(StylusPointProperties.Width, 53new StylusPointPropertyInfo(StylusPointProperties.Height, 63new StylusPointPropertyInfo(StylusPointProperties.SystemTouch, 73new StylusPointPropertyInfo(StylusPointProperties.PacketStatus, 84new StylusPointPropertyInfo(StylusPointProperties.SerialNumber, 94new StylusPointPropertyInfo(StylusPointProperties.NormalPressure, 104new StylusPointPropertyInfo(StylusPointProperties.TangentPressure, 114new StylusPointPropertyInfo(StylusPointProperties.ButtonPressure, 124new StylusPointPropertyInfo(StylusPointProperties.XTiltOrientation, 134new StylusPointPropertyInfo(StylusPointProperties.YTiltOrientation, 144new StylusPointPropertyInfo(StylusPointProperties.AzimuthOrientation, 154new StylusPointPropertyInfo(StylusPointProperties.AltitudeOrientation, 164new StylusPointPropertyInfo(StylusPointProperties.TwistOrientation, 174new StylusPointPropertyInfo(StylusPointProperties.PitchRotation, 184new StylusPointPropertyInfo(StylusPointProperties.RollRotation, 194new StylusPointPropertyInfo(StylusPointProperties.YawRotation, 204new StylusPointPropertyInfo(StylusPointProperties.TipButton, 214new StylusPointPropertyInfo(StylusPointProperties.BarrelButton, 224new StylusPointPropertyInfo(StylusPointProperties.SecondaryTipButton, 234new StylusPointPropertyInfo(new StylusPointProperty(Guid.NewGuid(), false), 244new StylusPointPropertyInfo(new StylusPointProperty(Guid.NewGuid(), true),
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (1)
96result = new StylusPointPropertyInfo(
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
129StylusPointPropertyInfo propertyInfo = new StylusPointPropertyInfo(new StylusPointProperty(guid, false), min, max, (StylusPointPropertyUnit)units, res);