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