32 instantiations of StylusPointPropertyInfo
PresentationCore (32)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
467new StylusPointPropertyInfo(StylusPointProperties.X), 468new StylusPointPropertyInfo(StylusPointProperties.Y),
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
1543return new StylusPointPropertyInfo( new StylusPointProperty(guid, StylusPointPropertyIds.IsKnownButton(guid)), 1649StylusPointPropertyInfo buttonInfo = new StylusPointPropertyInfo(buttonProperty);
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (24)
13new StylusPointPropertyInfo(StylusPointProperties.X, 23new StylusPointPropertyInfo(StylusPointProperties.Y, 33new StylusPointPropertyInfo(StylusPointProperties.Z, 43new StylusPointPropertyInfo(StylusPointProperties.Width, 53new StylusPointPropertyInfo(StylusPointProperties.Height, 63new StylusPointPropertyInfo(StylusPointProperties.SystemTouch, 73new StylusPointPropertyInfo(StylusPointProperties.PacketStatus, 84new StylusPointPropertyInfo(StylusPointProperties.SerialNumber, 94new StylusPointPropertyInfo(StylusPointProperties.NormalPressure, 104new StylusPointPropertyInfo(StylusPointProperties.TangentPressure, 114new StylusPointPropertyInfo(StylusPointProperties.ButtonPressure, 124new StylusPointPropertyInfo(StylusPointProperties.XTiltOrientation, 134new StylusPointPropertyInfo(StylusPointProperties.YTiltOrientation, 144new StylusPointPropertyInfo(StylusPointProperties.AzimuthOrientation, 154new StylusPointPropertyInfo(StylusPointProperties.AltitudeOrientation, 164new StylusPointPropertyInfo(StylusPointProperties.TwistOrientation, 174new StylusPointPropertyInfo(StylusPointProperties.PitchRotation, 184new StylusPointPropertyInfo(StylusPointProperties.RollRotation, 194new StylusPointPropertyInfo(StylusPointProperties.YawRotation, 204new StylusPointPropertyInfo(StylusPointProperties.TipButton, 214new StylusPointPropertyInfo(StylusPointProperties.BarrelButton, 224new StylusPointPropertyInfo(StylusPointProperties.SecondaryTipButton, 234new StylusPointPropertyInfo(new StylusPointProperty(Guid.NewGuid(), false), 244new StylusPointPropertyInfo(new StylusPointProperty(Guid.NewGuid(), true),
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
264propertyInfos.Add((prop is StylusPointPropertyInfo) ? (StylusPointPropertyInfo)prop : new StylusPointPropertyInfo(prop));
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (1)
96result = new StylusPointPropertyInfo(
System\Windows\Input\Stylus\Wisp\PenContext.cs (2)
129StylusPointPropertyInfo propertyInfo = new StylusPointPropertyInfo(new StylusPointProperty(guid, false), min, max, (StylusPointPropertyUnit)units, res); 145StylusPointPropertyInfo buttonInfo = new StylusPointPropertyInfo(buttonProperty);
93 references to StylusPointPropertyInfo
PresentationCore (93)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (4)
466new StylusPointPropertyInfo[]{ 496StylusPointPropertyInfo[] infosToUse = new StylusPointPropertyInfo[StylusPointDescription.RequiredCountOfProperties]; 505StylusPointPropertyInfo propertyInfo;
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (4)
1447private StylusPointPropertyInfo GetStylusPointPropertyInfo(Guid guid, KnownTagCache.KnownTagIndex tag, MetricBlock block) 1617List<StylusPointPropertyInfo> stylusPointPropertyInfos = new List<StylusPointPropertyInfo>(); 1649StylusPointPropertyInfo buttonInfo = new StylusPointPropertyInfo(buttonProperty);
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (10)
33public StylusPointPropertyInfo PropertyMetrics; 35public MetricEntryList (KnownTagCache.KnownTagIndex tag, StylusPointPropertyInfo prop) 57public static StylusPointPropertyInfo DefaultXMetric = MetricEntry_Optional[0].PropertyMetrics; 59public static StylusPointPropertyInfo DefaultYMetric = MetricEntry_Optional[1].PropertyMetrics; 111static StylusPointPropertyInfo DefaultPropertyMetrics = StylusPointPropertyInfoDefaults.DefaultValue; 226public void Initialize(StylusPointPropertyInfo originalInfo, StylusPointPropertyInfo defaultInfo) 275public MetricEntryType CreateMetricEntry(StylusPointPropertyInfo propertyInfo, KnownTagCache.KnownTagIndex tag) 314static bool IsValidMetricEntry(StylusPointPropertyInfo propertyInfo, KnownTagCache.KnownTagIndex tag, out MetricEntryType metricEntryType, out uint index) 460public MetricEntryType AddMetricEntry(StylusPointPropertyInfo property, KnownTagCache.KnownTagIndex tag)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (4)
703ReadOnlyCollection<StylusPointPropertyInfo> propertyInfos 717StylusPointPropertyInfo propertyInfo = propertyInfos[i]; 815ReadOnlyCollection<StylusPointPropertyInfo> propertyInfos 821StylusPointPropertyInfo propertyInfo = propertyInfos[i];
System\Windows\Input\Stylus\Common\StylusPoint.cs (3)
114ReadOnlyCollection<StylusPointPropertyInfo> properties 282StylusPointPropertyInfo info = 357StylusPointPropertyInfo info =
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (3)
469ReadOnlyCollection<StylusPointPropertyInfo> properties 586StylusPointPropertyInfo pressureInfo = 589!StylusPointPropertyInfo.AreCompatible(pressureInfo, StylusPointPropertyInfoDefaults.NormalPressure);
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (14)
27private StylusPointPropertyInfo[] _stylusPointPropertyInfos; 36new StylusPointPropertyInfo[] 47public StylusPointDescription(IEnumerable<StylusPointPropertyInfo> stylusPointPropertyInfos) 50List<StylusPointPropertyInfo> infos = 51new List<StylusPointPropertyInfo>(stylusPointPropertyInfos); 104internal StylusPointDescription(IEnumerable<StylusPointPropertyInfo> stylusPointPropertyInfos, int originalPressureIndex) 138public StylusPointPropertyInfo GetPropertyInfo(StylusPointProperty stylusPointProperty) 148internal StylusPointPropertyInfo GetPropertyInfo(Guid guid) 170public ReadOnlyCollection<StylusPointPropertyInfo> GetStylusPointProperties() 172return new ReadOnlyCollection<StylusPointPropertyInfo>(_stylusPointPropertyInfos); 316if (!StylusPointPropertyInfo.AreCompatible(stylusPointDescription1._stylusPointPropertyInfos[x], stylusPointDescription2._stylusPointPropertyInfos[x])) 354List<StylusPointPropertyInfo> commonProperties = new List<StylusPointPropertyInfo>(); 364if (StylusPointPropertyInfo.AreCompatible( stylusPointDescription._stylusPointPropertyInfos[x],
System\Windows\Input\Stylus\Common\StylusPointPropertyInfo.cs (3)
29StylusPointPropertyInfo info = 108internal static bool AreCompatible(StylusPointPropertyInfo stylusPointPropertyInfo1, StylusPointPropertyInfo stylusPointPropertyInfo2)
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (25)
12internal static readonly StylusPointPropertyInfo X = 22internal static readonly StylusPointPropertyInfo Y = 32internal static readonly StylusPointPropertyInfo Z = 42internal static readonly StylusPointPropertyInfo Width = 52internal static readonly StylusPointPropertyInfo Height = 62internal static readonly StylusPointPropertyInfo SystemTouch = 72internal static readonly StylusPointPropertyInfo PacketStatus = 83internal static readonly StylusPointPropertyInfo SerialNumber = 93internal static readonly StylusPointPropertyInfo NormalPressure = 103internal static readonly StylusPointPropertyInfo TangentPressure = 113internal static readonly StylusPointPropertyInfo ButtonPressure = 123internal static readonly StylusPointPropertyInfo XTiltOrientation = 133internal static readonly StylusPointPropertyInfo YTiltOrientation = 143internal static readonly StylusPointPropertyInfo AzimuthOrientation = 153internal static readonly StylusPointPropertyInfo AltitudeOrientation = 163internal static readonly StylusPointPropertyInfo TwistOrientation = 173internal static readonly StylusPointPropertyInfo PitchRotation = 183internal static readonly StylusPointPropertyInfo RollRotation = 193internal static readonly StylusPointPropertyInfo YawRotation = 203internal static readonly StylusPointPropertyInfo TipButton = 213internal static readonly StylusPointPropertyInfo BarrelButton = 223internal static readonly StylusPointPropertyInfo SecondaryTipButton = 233internal static readonly StylusPointPropertyInfo DefaultValue = 243internal static readonly StylusPointPropertyInfo DefaultButton = 255internal static StylusPointPropertyInfo GetStylusPointPropertyInfoDefault(StylusPointProperty stylusPointProperty)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (1)
251new StylusPointPropertyInfo[]
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (5)
260List<StylusPointPropertyInfo> propertyInfos = new List<StylusPointPropertyInfo>(); 264propertyInfos.Add((prop is StylusPointPropertyInfo) ? (StylusPointPropertyInfo)prop : new StylusPointPropertyInfo(prop)); 278protected static uint GetPropertyValue(StylusPointPropertyInfo propertyInfo)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
632new StylusPointPropertyInfo[] {
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (2)
54internal static StylusPointPropertyInfo CreatePropertyInfo(UnsafeNativeMethods.POINTER_DEVICE_PROPERTY prop) 56StylusPointPropertyInfo result = null;
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (2)
126StylusPointPropertyInfo xProperty = StylusPointDescription.GetPropertyInfo(StylusPointProperties.X); 127StylusPointPropertyInfo yProperty = StylusPointDescription.GetPropertyInfo(StylusPointProperties.Y);
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (1)
211StylusPointPropertyInfo propInfo = PointerStylusPointPropertyInfoHelper.CreatePropertyInfo(prop);
System\Windows\Input\Stylus\Pointer\PointerTouchDevice.cs (1)
92StylusPointPropertyInfo propertyInfo = stylusPoint.Description.GetPropertyInfo(property);
System\Windows\Input\Stylus\Wisp\PenContext.cs (6)
110List<StylusPointPropertyInfo> propertyInfos = new List<StylusPointPropertyInfo>(cProps + cButtons + 3); 129StylusPointPropertyInfo propertyInfo = new StylusPointPropertyInfo(new StylusPointProperty(guid, false), min, max, (StylusPointPropertyUnit)units, res); 145StylusPointPropertyInfo buttonInfo = new StylusPointPropertyInfo(buttonProperty); 520StylusPointPropertyInfo _infoX; 521StylusPointPropertyInfo _infoY;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1928new StylusPointPropertyInfo[] {
System\Windows\Input\Stylus\Wisp\WispStylusTouchDevice.cs (1)
49StylusPointPropertyInfo propertyInfo = stylusPoint.Description.GetPropertyInfo(property);
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (2)
277StylusPointPropertyInfo xProperty = description.GetPropertyInfo(StylusPointProperties.X); 278StylusPointPropertyInfo yProperty = description.GetPropertyInfo(StylusPointProperties.Y);