33 references to StylusPointProperty
PresentationCore (33)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
1557return new StylusPointPropertyInfo( new StylusPointProperty(guid, StylusPointPropertyIds.IsKnownButton(guid)), 1662StylusPointProperty buttonProperty = new StylusPointProperty(buttonguids[i], true);
System\Windows\Input\Stylus\Common\StylusButton.cs (1)
49return (StylusButtonState)stylusPoints[stylusPoints.Count - 1].GetPropertyValue(new StylusPointProperty(Guid, true));
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (22)
24new StylusPointProperty( StylusPointPropertyIds.X, false); 30new StylusPointProperty( StylusPointPropertyIds.Y, false); 36new StylusPointProperty( StylusPointPropertyIds.Z, false); 42new StylusPointProperty(StylusPointPropertyIds.Width, false); 48new StylusPointProperty(StylusPointPropertyIds.Height, false); 54new StylusPointProperty(StylusPointPropertyIds.SystemTouch, false); 60new StylusPointProperty( StylusPointPropertyIds.PacketStatus, false); 66new StylusPointProperty(StylusPointPropertyIds.SerialNumber, false); 72new StylusPointProperty( StylusPointPropertyIds.NormalPressure, false); 78new StylusPointProperty( StylusPointPropertyIds.TangentPressure, false); 84new StylusPointProperty( StylusPointPropertyIds.ButtonPressure, false); 90new StylusPointProperty( StylusPointPropertyIds.XTiltOrientation, false); 96new StylusPointProperty( StylusPointPropertyIds.YTiltOrientation, false); 102new StylusPointProperty( StylusPointPropertyIds.AzimuthOrientation, false); 108new StylusPointProperty( StylusPointPropertyIds.AltitudeOrientation, false); 114new StylusPointProperty( StylusPointPropertyIds.TwistOrientation, false); 120new StylusPointProperty( StylusPointPropertyIds.PitchRotation, false); 126new StylusPointProperty(StylusPointPropertyIds.RollRotation, false); 132new StylusPointProperty(StylusPointPropertyIds.YawRotation, false); 138new StylusPointProperty(StylusPointPropertyIds.TipButton, true); 144new StylusPointProperty(StylusPointPropertyIds.BarrelButton, true); 150new StylusPointProperty(StylusPointPropertyIds.SecondaryTipButton, true);
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (2)
241new StylusPointPropertyInfo(new StylusPointProperty(Guid.NewGuid(), false), 251new StylusPointPropertyInfo(new StylusPointProperty(Guid.NewGuid(), true),
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (1)
75StylusPointProperty stylusProp = new StylusPointProperty(propGuid, StylusPointPropertyIds.IsKnownButton(propGuid));
System\Windows\Input\Stylus\Wisp\PenContext.cs (2)
148StylusPointPropertyInfo propertyInfo = new StylusPointPropertyInfo(new StylusPointProperty(guid, false), min, max, (StylusPointPropertyUnit)units, res); 163StylusPointProperty buttonProperty = new StylusPointProperty(buttonGuid, true);
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (2)
928StylusPointProperty property = new StylusPointProperty(guid, false); 937StylusPointProperty buttonProperty = new StylusPointProperty(buttonGuid, true);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2895(StylusButtonState)stylusPoint.GetPropertyValue(new StylusPointProperty(button.Guid, true));