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