32 instantiations of StylusPointPropertyInfo
PresentationCore (32)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
486new StylusPointPropertyInfo(StylusPointProperties.X), 487new StylusPointPropertyInfo(StylusPointProperties.Y),
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
1557return new StylusPointPropertyInfo( new StylusPointProperty(guid, StylusPointPropertyIds.IsKnownButton(guid)), 1663StylusPointPropertyInfo buttonInfo = new StylusPointPropertyInfo(buttonProperty);
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (24)
20new StylusPointPropertyInfo(StylusPointProperties.X, 30new StylusPointPropertyInfo(StylusPointProperties.Y, 40new StylusPointPropertyInfo(StylusPointProperties.Z, 50new StylusPointPropertyInfo(StylusPointProperties.Width, 60new StylusPointPropertyInfo(StylusPointProperties.Height, 70new StylusPointPropertyInfo(StylusPointProperties.SystemTouch, 80new StylusPointPropertyInfo(StylusPointProperties.PacketStatus, 91new StylusPointPropertyInfo(StylusPointProperties.SerialNumber, 101new StylusPointPropertyInfo(StylusPointProperties.NormalPressure, 111new StylusPointPropertyInfo(StylusPointProperties.TangentPressure, 121new StylusPointPropertyInfo(StylusPointProperties.ButtonPressure, 131new StylusPointPropertyInfo(StylusPointProperties.XTiltOrientation, 141new StylusPointPropertyInfo(StylusPointProperties.YTiltOrientation, 151new StylusPointPropertyInfo(StylusPointProperties.AzimuthOrientation, 161new StylusPointPropertyInfo(StylusPointProperties.AltitudeOrientation, 171new StylusPointPropertyInfo(StylusPointProperties.TwistOrientation, 181new StylusPointPropertyInfo(StylusPointProperties.PitchRotation, 191new StylusPointPropertyInfo(StylusPointProperties.RollRotation, 201new StylusPointPropertyInfo(StylusPointProperties.YawRotation, 211new StylusPointPropertyInfo(StylusPointProperties.TipButton, 221new StylusPointPropertyInfo(StylusPointProperties.BarrelButton, 231new StylusPointPropertyInfo(StylusPointProperties.SecondaryTipButton, 241new StylusPointPropertyInfo(new StylusPointProperty(Guid.NewGuid(), false), 251new StylusPointPropertyInfo(new StylusPointProperty(Guid.NewGuid(), true),
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (1)
271propertyInfos.Add((prop is StylusPointPropertyInfo) ? (StylusPointPropertyInfo)prop : new StylusPointPropertyInfo(prop));
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (1)
105result = new StylusPointPropertyInfo(
System\Windows\Input\Stylus\Wisp\PenContext.cs (2)
148StylusPointPropertyInfo propertyInfo = new StylusPointPropertyInfo(new StylusPointProperty(guid, false), min, max, (StylusPointPropertyUnit)units, res); 164StylusPointPropertyInfo buttonInfo = new StylusPointPropertyInfo(buttonProperty);
93 references to StylusPointPropertyInfo
PresentationCore (93)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (4)
485new StylusPointPropertyInfo[]{ 515StylusPointPropertyInfo[] infosToUse = new StylusPointPropertyInfo[StylusPointDescription.RequiredCountOfProperties]; 524StylusPointPropertyInfo propertyInfo;
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (4)
1461private StylusPointPropertyInfo GetStylusPointPropertyInfo(Guid guid, KnownTagCache.KnownTagIndex tag, MetricBlock block) 1631List<StylusPointPropertyInfo> stylusPointPropertyInfos = new List<StylusPointPropertyInfo>(); 1663StylusPointPropertyInfo buttonInfo = new StylusPointPropertyInfo(buttonProperty);
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (10)
35public StylusPointPropertyInfo PropertyMetrics; 37public MetricEntryList (KnownTagCache.KnownTagIndex tag, StylusPointPropertyInfo prop) 59public static StylusPointPropertyInfo DefaultXMetric = MetricEntry_Optional[0].PropertyMetrics; 61public static StylusPointPropertyInfo DefaultYMetric = MetricEntry_Optional[1].PropertyMetrics; 113static StylusPointPropertyInfo DefaultPropertyMetrics = StylusPointPropertyInfoDefaults.DefaultValue; 228public void Initialize(StylusPointPropertyInfo originalInfo, StylusPointPropertyInfo defaultInfo) 277public MetricEntryType CreateMetricEntry(StylusPointPropertyInfo propertyInfo, KnownTagCache.KnownTagIndex tag) 316static bool IsValidMetricEntry(StylusPointPropertyInfo propertyInfo, KnownTagCache.KnownTagIndex tag, out MetricEntryType metricEntryType, out uint index) 462public MetricEntryType AddMetricEntry(StylusPointPropertyInfo property, KnownTagCache.KnownTagIndex tag)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (4)
710ReadOnlyCollection<StylusPointPropertyInfo> propertyInfos 724StylusPointPropertyInfo propertyInfo = propertyInfos[i]; 822ReadOnlyCollection<StylusPointPropertyInfo> propertyInfos 828StylusPointPropertyInfo propertyInfo = propertyInfos[i];
System\Windows\Input\Stylus\Common\StylusPoint.cs (3)
124ReadOnlyCollection<StylusPointPropertyInfo> properties 292StylusPointPropertyInfo info = 367StylusPointPropertyInfo info =
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (3)
477ReadOnlyCollection<StylusPointPropertyInfo> properties 594StylusPointPropertyInfo pressureInfo = 597!StylusPointPropertyInfo.AreCompatible(pressureInfo, StylusPointPropertyInfoDefaults.NormalPressure);
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (14)
35private StylusPointPropertyInfo[] _stylusPointPropertyInfos; 44new StylusPointPropertyInfo[] 55public StylusPointDescription(IEnumerable<StylusPointPropertyInfo> stylusPointPropertyInfos) 58List<StylusPointPropertyInfo> infos = 59new List<StylusPointPropertyInfo>(stylusPointPropertyInfos); 112internal StylusPointDescription(IEnumerable<StylusPointPropertyInfo> stylusPointPropertyInfos, int originalPressureIndex) 146public StylusPointPropertyInfo GetPropertyInfo(StylusPointProperty stylusPointProperty) 156internal StylusPointPropertyInfo GetPropertyInfo(Guid guid) 178public ReadOnlyCollection<StylusPointPropertyInfo> GetStylusPointProperties() 180return new ReadOnlyCollection<StylusPointPropertyInfo>(_stylusPointPropertyInfos); 324if (!StylusPointPropertyInfo.AreCompatible(stylusPointDescription1._stylusPointPropertyInfos[x], stylusPointDescription2._stylusPointPropertyInfos[x])) 362List<StylusPointPropertyInfo> commonProperties = new List<StylusPointPropertyInfo>(); 372if (StylusPointPropertyInfo.AreCompatible( stylusPointDescription._stylusPointPropertyInfos[x],
System\Windows\Input\Stylus\Common\StylusPointPropertyInfo.cs (3)
38StylusPointPropertyInfo info = 117internal static bool AreCompatible(StylusPointPropertyInfo stylusPointPropertyInfo1, StylusPointPropertyInfo stylusPointPropertyInfo2)
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (25)
19internal static readonly StylusPointPropertyInfo X = 29internal static readonly StylusPointPropertyInfo Y = 39internal static readonly StylusPointPropertyInfo Z = 49internal static readonly StylusPointPropertyInfo Width = 59internal static readonly StylusPointPropertyInfo Height = 69internal static readonly StylusPointPropertyInfo SystemTouch = 79internal static readonly StylusPointPropertyInfo PacketStatus = 90internal static readonly StylusPointPropertyInfo SerialNumber = 100internal static readonly StylusPointPropertyInfo NormalPressure = 110internal static readonly StylusPointPropertyInfo TangentPressure = 120internal static readonly StylusPointPropertyInfo ButtonPressure = 130internal static readonly StylusPointPropertyInfo XTiltOrientation = 140internal static readonly StylusPointPropertyInfo YTiltOrientation = 150internal static readonly StylusPointPropertyInfo AzimuthOrientation = 160internal static readonly StylusPointPropertyInfo AltitudeOrientation = 170internal static readonly StylusPointPropertyInfo TwistOrientation = 180internal static readonly StylusPointPropertyInfo PitchRotation = 190internal static readonly StylusPointPropertyInfo RollRotation = 200internal static readonly StylusPointPropertyInfo YawRotation = 210internal static readonly StylusPointPropertyInfo TipButton = 220internal static readonly StylusPointPropertyInfo BarrelButton = 230internal static readonly StylusPointPropertyInfo SecondaryTipButton = 240internal static readonly StylusPointPropertyInfo DefaultValue = 250internal static readonly StylusPointPropertyInfo DefaultButton = 262internal static StylusPointPropertyInfo GetStylusPointPropertyInfoDefault(StylusPointProperty stylusPointProperty)
System\Windows\Input\Stylus\Common\StylusTouchDeviceBase.cs (1)
253new StylusPointPropertyInfo[]
System\Windows\Input\Stylus\Common\TabletDeviceBase.cs (5)
267List<StylusPointPropertyInfo> propertyInfos = new List<StylusPointPropertyInfo>(); 271propertyInfos.Add((prop is StylusPointPropertyInfo) ? (StylusPointPropertyInfo)prop : new StylusPointPropertyInfo(prop)); 285protected static uint GetPropertyValue(StylusPointPropertyInfo propertyInfo)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
644new StylusPointPropertyInfo[] {
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (2)
63internal static StylusPointPropertyInfo CreatePropertyInfo(UnsafeNativeMethods.POINTER_DEVICE_PROPERTY prop) 65StylusPointPropertyInfo result = null;
System\Windows\Input\Stylus\Pointer\PointerTabletDevice.cs (2)
130StylusPointPropertyInfo xProperty = StylusPointDescription.GetPropertyInfo(StylusPointProperties.X); 131StylusPointPropertyInfo yProperty = StylusPointDescription.GetPropertyInfo(StylusPointProperties.Y);
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (1)
215StylusPointPropertyInfo propInfo = PointerStylusPointPropertyInfoHelper.CreatePropertyInfo(prop);
System\Windows\Input\Stylus\Pointer\PointerTouchDevice.cs (1)
96StylusPointPropertyInfo propertyInfo = stylusPoint.Description.GetPropertyInfo(property);
System\Windows\Input\Stylus\Wisp\PenContext.cs (6)
129List<StylusPointPropertyInfo> propertyInfos = new List<StylusPointPropertyInfo>(cProps + cButtons + 3); 148StylusPointPropertyInfo propertyInfo = new StylusPointPropertyInfo(new StylusPointProperty(guid, false), min, max, (StylusPointPropertyUnit)units, res); 164StylusPointPropertyInfo buttonInfo = new StylusPointPropertyInfo(buttonProperty); 541StylusPointPropertyInfo _infoX; 542StylusPointPropertyInfo _infoY;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1937new StylusPointPropertyInfo[] {
System\Windows\Input\Stylus\Wisp\WispStylusTouchDevice.cs (1)
57StylusPointPropertyInfo propertyInfo = stylusPoint.Description.GetPropertyInfo(property);
System\Windows\Input\Stylus\Wisp\WispTabletDevice.cs (2)
286StylusPointPropertyInfo xProperty = description.GetPropertyInfo(StylusPointProperties.X); 287StylusPointPropertyInfo yProperty = description.GetPropertyInfo(StylusPointProperties.Y);