66 references to StylusPointPropertyInfoDefaults
PresentationCore (66)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
497infosToUse[StylusPointDescription.RequiredXIndex] = StylusPointPropertyInfoDefaults.X; 498infosToUse[StylusPointDescription.RequiredYIndex] = StylusPointPropertyInfoDefaults.Y;
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (12)
72new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.X, StylusPointPropertyInfoDefaults.X), 73new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.Y, StylusPointPropertyInfoDefaults.Y), 74new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.Z, StylusPointPropertyInfoDefaults.Z), 75new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.NormalPressure, StylusPointPropertyInfoDefaults.NormalPressure), 76new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.TangentPressure, StylusPointPropertyInfoDefaults.TangentPressure), 77new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.ButtonPressure, StylusPointPropertyInfoDefaults.ButtonPressure), 78new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.XTiltOrientation, StylusPointPropertyInfoDefaults.XTiltOrientation), 79new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.YTiltOrientation, StylusPointPropertyInfoDefaults.YTiltOrientation), 80new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.AzimuthOrientation, StylusPointPropertyInfoDefaults.AzimuthOrientation), 81new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.AltitudeOrientation, StylusPointPropertyInfoDefaults.AltitudeOrientation), 82new MetricEntryList (KnownIdCache.KnownGuidBaseIndex + (uint)KnownIdCache.OriginalISFIdIndex.TwistOrientation, StylusPointPropertyInfoDefaults.TwistOrientation)}; 111static StylusPointPropertyInfo DefaultPropertyMetrics = StylusPointPropertyInfoDefaults.DefaultValue;
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (1)
589!StylusPointPropertyInfo.AreCompatible(pressureInfo, StylusPointPropertyInfoDefaults.NormalPressure);
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (3)
38StylusPointPropertyInfoDefaults.X, 39StylusPointPropertyInfoDefaults.Y, 40StylusPointPropertyInfoDefaults.NormalPressure
System\Windows\Input\Stylus\Common\StylusPointPropertyInfo.cs (1)
30StylusPointPropertyInfoDefaults.GetStylusPointPropertyInfoDefault(stylusPointProperty);
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (24)
259return StylusPointPropertyInfoDefaults.X; 263return StylusPointPropertyInfoDefaults.Y; 267return StylusPointPropertyInfoDefaults.Z; 271return StylusPointPropertyInfoDefaults.Width; 275return StylusPointPropertyInfoDefaults.Height; 279return StylusPointPropertyInfoDefaults.SystemTouch; 283return StylusPointPropertyInfoDefaults.PacketStatus; 287return StylusPointPropertyInfoDefaults.SerialNumber; 291return StylusPointPropertyInfoDefaults.NormalPressure; 295return StylusPointPropertyInfoDefaults.TangentPressure; 299return StylusPointPropertyInfoDefaults.ButtonPressure; 303return StylusPointPropertyInfoDefaults.XTiltOrientation; 307return StylusPointPropertyInfoDefaults.YTiltOrientation; 311return StylusPointPropertyInfoDefaults.AzimuthOrientation; 315return StylusPointPropertyInfoDefaults.AltitudeOrientation; 319return StylusPointPropertyInfoDefaults.TwistOrientation; 323return StylusPointPropertyInfoDefaults.PitchRotation; 327return StylusPointPropertyInfoDefaults.RollRotation; 331return StylusPointPropertyInfoDefaults.YawRotation; 335return StylusPointPropertyInfoDefaults.TipButton; 339return StylusPointPropertyInfoDefaults.BarrelButton; 343return StylusPointPropertyInfoDefaults.SecondaryTipButton; 351return StylusPointPropertyInfoDefaults.DefaultButton; 353return StylusPointPropertyInfoDefaults.DefaultValue;
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (5)
253StylusPointPropertyInfoDefaults.X, 254StylusPointPropertyInfoDefaults.Y, 255StylusPointPropertyInfoDefaults.NormalPressure, 256StylusPointPropertyInfoDefaults.Width, 257StylusPointPropertyInfoDefaults.Height
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (6)
633StylusPointPropertyInfoDefaults.X, 634StylusPointPropertyInfoDefaults.Y, 635StylusPointPropertyInfoDefaults.NormalPressure, 636StylusPointPropertyInfoDefaults.PacketStatus, 637StylusPointPropertyInfoDefaults.TipButton, 638StylusPointPropertyInfoDefaults.BarrelButton
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (2)
74unit = StylusPointPropertyInfoDefaults.GetStylusPointPropertyInfoDefault(stylusProp).Unit; 78float resolution = StylusPointPropertyInfoDefaults.GetStylusPointPropertyInfoDefault(stylusProp).Resolution;
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (3)
191StylusPointPropertyInfoDefaults.X, 192StylusPointPropertyInfoDefaults.Y, 193StylusPointPropertyInfoDefaults.NormalPressure,
System\Windows\Input\Stylus\Wisp\PenContext.cs (1)
157propertyInfos.Insert(StylusPointDescription.RequiredPressureIndex /*2*/, StylusPointPropertyInfoDefaults.NormalPressure);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (6)
1929StylusPointPropertyInfoDefaults.X, 1930StylusPointPropertyInfoDefaults.Y, 1931StylusPointPropertyInfoDefaults.NormalPressure, 1932StylusPointPropertyInfoDefaults.PacketStatus, 1933StylusPointPropertyInfoDefaults.TipButton, 1934StylusPointPropertyInfoDefaults.BarrelButton