66 references to StylusPointPropertyInfoDefaults
PresentationCore (66)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
516infosToUse[StylusPointDescription.RequiredXIndex] = StylusPointPropertyInfoDefaults.X; 517infosToUse[StylusPointDescription.RequiredYIndex] = StylusPointPropertyInfoDefaults.Y;
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (12)
74new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.X, StylusPointPropertyInfoDefaults.X), 75new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.Y, StylusPointPropertyInfoDefaults.Y), 76new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.Z, StylusPointPropertyInfoDefaults.Z), 77new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.NormalPressure, StylusPointPropertyInfoDefaults.NormalPressure), 78new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.TangentPressure, StylusPointPropertyInfoDefaults.TangentPressure), 79new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.ButtonPressure, StylusPointPropertyInfoDefaults.ButtonPressure), 80new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.XTiltOrientation, StylusPointPropertyInfoDefaults.XTiltOrientation), 81new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.YTiltOrientation, StylusPointPropertyInfoDefaults.YTiltOrientation), 82new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.AzimuthOrientation, StylusPointPropertyInfoDefaults.AzimuthOrientation), 83new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.AltitudeOrientation, StylusPointPropertyInfoDefaults.AltitudeOrientation), 84new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.TwistOrientation, StylusPointPropertyInfoDefaults.TwistOrientation)}; 113static StylusPointPropertyInfo DefaultPropertyMetrics = StylusPointPropertyInfoDefaults.DefaultValue;
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (1)
597!StylusPointPropertyInfo.AreCompatible(pressureInfo, StylusPointPropertyInfoDefaults.NormalPressure);
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (3)
46StylusPointPropertyInfoDefaults.X, 47StylusPointPropertyInfoDefaults.Y, 48StylusPointPropertyInfoDefaults.NormalPressure
System\Windows\Input\Stylus\Common\StylusPointPropertyInfo.cs (1)
39StylusPointPropertyInfoDefaults.GetStylusPointPropertyInfoDefault(stylusPointProperty);
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (24)
266return StylusPointPropertyInfoDefaults.X; 270return StylusPointPropertyInfoDefaults.Y; 274return StylusPointPropertyInfoDefaults.Z; 278return StylusPointPropertyInfoDefaults.Width; 282return StylusPointPropertyInfoDefaults.Height; 286return StylusPointPropertyInfoDefaults.SystemTouch; 290return StylusPointPropertyInfoDefaults.PacketStatus; 294return StylusPointPropertyInfoDefaults.SerialNumber; 298return StylusPointPropertyInfoDefaults.NormalPressure; 302return StylusPointPropertyInfoDefaults.TangentPressure; 306return StylusPointPropertyInfoDefaults.ButtonPressure; 310return StylusPointPropertyInfoDefaults.XTiltOrientation; 314return StylusPointPropertyInfoDefaults.YTiltOrientation; 318return StylusPointPropertyInfoDefaults.AzimuthOrientation; 322return StylusPointPropertyInfoDefaults.AltitudeOrientation; 326return StylusPointPropertyInfoDefaults.TwistOrientation; 330return StylusPointPropertyInfoDefaults.PitchRotation; 334return StylusPointPropertyInfoDefaults.RollRotation; 338return StylusPointPropertyInfoDefaults.YawRotation; 342return StylusPointPropertyInfoDefaults.TipButton; 346return StylusPointPropertyInfoDefaults.BarrelButton; 350return StylusPointPropertyInfoDefaults.SecondaryTipButton; 358return StylusPointPropertyInfoDefaults.DefaultButton; 360return StylusPointPropertyInfoDefaults.DefaultValue;
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (5)
255StylusPointPropertyInfoDefaults.X, 256StylusPointPropertyInfoDefaults.Y, 257StylusPointPropertyInfoDefaults.NormalPressure, 258StylusPointPropertyInfoDefaults.Width, 259StylusPointPropertyInfoDefaults.Height
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (6)
645StylusPointPropertyInfoDefaults.X, 646StylusPointPropertyInfoDefaults.Y, 647StylusPointPropertyInfoDefaults.NormalPressure, 648StylusPointPropertyInfoDefaults.PacketStatus, 649StylusPointPropertyInfoDefaults.TipButton, 650StylusPointPropertyInfoDefaults.BarrelButton
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (2)
83unit = StylusPointPropertyInfoDefaults.GetStylusPointPropertyInfoDefault(stylusProp).Unit; 87float resolution = StylusPointPropertyInfoDefaults.GetStylusPointPropertyInfoDefault(stylusProp).Resolution;
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (3)
195StylusPointPropertyInfoDefaults.X, 196StylusPointPropertyInfoDefaults.Y, 197StylusPointPropertyInfoDefaults.NormalPressure,
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
176propertyInfos.Insert(StylusPointDescription.RequiredPressureIndex /*2*/, StylusPointPropertyInfoDefaults.NormalPressure);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (6)
1938StylusPointPropertyInfoDefaults.X, 1939StylusPointPropertyInfoDefaults.Y, 1940StylusPointPropertyInfoDefaults.NormalPressure, 1941StylusPointPropertyInfoDefaults.PacketStatus, 1942StylusPointPropertyInfoDefaults.TipButton, 1943StylusPointPropertyInfoDefaults.BarrelButton