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