66 references to StylusPointPropertyInfoDefaults
PresentationCore (66)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
494infosToUse[StylusPointDescription.RequiredXIndex] = StylusPointPropertyInfoDefaults.X; 495infosToUse[StylusPointDescription.RequiredYIndex] = StylusPointPropertyInfoDefaults.Y;
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (12)
71new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.X, StylusPointPropertyInfoDefaults.X), 72new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.Y, StylusPointPropertyInfoDefaults.Y), 73new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.Z, StylusPointPropertyInfoDefaults.Z), 74new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.NormalPressure, StylusPointPropertyInfoDefaults.NormalPressure), 75new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.TangentPressure, StylusPointPropertyInfoDefaults.TangentPressure), 76new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.ButtonPressure, StylusPointPropertyInfoDefaults.ButtonPressure), 77new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.XTiltOrientation, StylusPointPropertyInfoDefaults.XTiltOrientation), 78new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.YTiltOrientation, StylusPointPropertyInfoDefaults.YTiltOrientation), 79new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.AzimuthOrientation, StylusPointPropertyInfoDefaults.AzimuthOrientation), 80new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.AltitudeOrientation, StylusPointPropertyInfoDefaults.AltitudeOrientation), 81new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.TwistOrientation, StylusPointPropertyInfoDefaults.TwistOrientation)}; 110private static StylusPointPropertyInfo DefaultPropertyMetrics = StylusPointPropertyInfoDefaults.DefaultValue;
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (1)
588!StylusPointPropertyInfo.AreCompatible(pressureInfo, StylusPointPropertyInfoDefaults.NormalPressure);
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (3)
35StylusPointPropertyInfoDefaults.X, 36StylusPointPropertyInfoDefaults.Y, 37StylusPointPropertyInfoDefaults.NormalPressure
System\Windows\Input\Stylus\Common\StylusPointPropertyInfo.cs (1)
29StylusPointPropertyInfoDefaults.GetStylusPointPropertyInfoDefault(stylusPointProperty);
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (24)
258return StylusPointPropertyInfoDefaults.X; 262return StylusPointPropertyInfoDefaults.Y; 266return StylusPointPropertyInfoDefaults.Z; 270return StylusPointPropertyInfoDefaults.Width; 274return StylusPointPropertyInfoDefaults.Height; 278return StylusPointPropertyInfoDefaults.SystemTouch; 282return StylusPointPropertyInfoDefaults.PacketStatus; 286return StylusPointPropertyInfoDefaults.SerialNumber; 290return StylusPointPropertyInfoDefaults.NormalPressure; 294return StylusPointPropertyInfoDefaults.TangentPressure; 298return StylusPointPropertyInfoDefaults.ButtonPressure; 302return StylusPointPropertyInfoDefaults.XTiltOrientation; 306return StylusPointPropertyInfoDefaults.YTiltOrientation; 310return StylusPointPropertyInfoDefaults.AzimuthOrientation; 314return StylusPointPropertyInfoDefaults.AltitudeOrientation; 318return StylusPointPropertyInfoDefaults.TwistOrientation; 322return StylusPointPropertyInfoDefaults.PitchRotation; 326return StylusPointPropertyInfoDefaults.RollRotation; 330return StylusPointPropertyInfoDefaults.YawRotation; 334return StylusPointPropertyInfoDefaults.TipButton; 338return StylusPointPropertyInfoDefaults.BarrelButton; 342return StylusPointPropertyInfoDefaults.SecondaryTipButton; 350return StylusPointPropertyInfoDefaults.DefaultButton; 352return StylusPointPropertyInfoDefaults.DefaultValue;
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (5)
252StylusPointPropertyInfoDefaults.X, 253StylusPointPropertyInfoDefaults.Y, 254StylusPointPropertyInfoDefaults.NormalPressure, 255StylusPointPropertyInfoDefaults.Width, 256StylusPointPropertyInfoDefaults.Height
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (6)
632StylusPointPropertyInfoDefaults.X, 633StylusPointPropertyInfoDefaults.Y, 634StylusPointPropertyInfoDefaults.NormalPressure, 635StylusPointPropertyInfoDefaults.PacketStatus, 636StylusPointPropertyInfoDefaults.TipButton, 637StylusPointPropertyInfoDefaults.BarrelButton
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (2)
73unit = StylusPointPropertyInfoDefaults.GetStylusPointPropertyInfoDefault(stylusProp).Unit; 77float resolution = StylusPointPropertyInfoDefaults.GetStylusPointPropertyInfoDefault(stylusProp).Resolution;
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (3)
190StylusPointPropertyInfoDefaults.X, 191StylusPointPropertyInfoDefaults.Y, 192StylusPointPropertyInfoDefaults.NormalPressure,
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
156propertyInfos.Insert(StylusPointDescription.RequiredPressureIndex /*2*/, StylusPointPropertyInfoDefaults.NormalPressure);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (6)
1941StylusPointPropertyInfoDefaults.X, 1942StylusPointPropertyInfoDefaults.Y, 1943StylusPointPropertyInfoDefaults.NormalPressure, 1944StylusPointPropertyInfoDefaults.PacketStatus, 1945StylusPointPropertyInfoDefaults.TipButton, 1946StylusPointPropertyInfoDefaults.BarrelButton