29 references to Description
PresentationCore (26)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (3)
459if (stylusPoints.Description.PropertyCount > StylusPointDescription.RequiredCountOfProperties) 469stylusPoints.Description.GetPropertyInfo(StylusPointProperties.NormalPressure)}); 500stylusPoints.Description.GetPropertyInfo(StylusPointProperties.NormalPressure);
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
2168Guid[] descriptionGuids = stroke.StylusPoints.Description.GetStylusPointPropertyIds();
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (2)
695StylusPointDescription stylusPointDescription = stroke.StylusPoints.Description; 816= stroke.StylusPoints.Description.GetStylusPointProperties();
System\Windows\Ink\Stroke.cs (3)
255new StylusPointCollection(_stylusPoints.Description, bezierPoints.Count); 376new StylusPoint(xVal, yVal, pressure, bezierStylusPoints.Description, additionalData, false, false); 866new StylusPointCollection(this.StylusPoints.Description, pointCount);
System\Windows\Input\Stylus\Common\RawStylusInput.cs (2)
86return _stylusPoints.Clone(transform, _stylusPoints.Description); 101if (!StylusPointDescription.AreCompatible( stylusPoints.Description,
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (11)
202if (!StylusPointDescription.AreCompatible(stylusPoints.Description, 315return this.Clone(System.Windows.Media.Transform.Identity, this.Description, this.Count); 347return this.Clone(System.Windows.Media.Transform.Identity, this.Description, count); 447if (!subsetToReformatTo.IsSubsetOf(this.Description)) 454this.Description); //preserve metrics from this spd 456if (StylusPointDescription.AreCompatible(this.Description, subsetToReformatToWithCurrentMetrics) && 520int lengthPerPoint = this.Description.GetOutputArrayLengthPerPoint(); 568int lengthPerPoint = this.Description.GetOutputArrayLengthPerPoint(); 569if (this.Description.ButtonCount > 0) 587this.Description.GetPropertyInfo(StylusPointPropertyIds.NormalPressure); 609Debug.Assert( this.Description.ButtonCount > 0 ?
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
631StylusPointDescription.AreCompatible(PointerTabletDevice.StylusPointDescription, _currentStylusPoints.Description)) 678return _currentStylusPoints.Clone(StylusDevice.GetElementTransform(relativeTo), _currentStylusPoints.Description);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
343StylusPointDescription.AreCompatible(penContext.StylusPointDescription, _eventStylusPoints.Description)) 1116return _eventStylusPoints.Clone(StylusDevice.GetElementTransform(relativeTo), _eventStylusPoints.Description);
PresentationFramework (3)
MS\Internal\Ink\EditingCoordinator.cs (1)
945newPoints.Description);
MS\Internal\Ink\EraserBehavior.cs (1)
212_stylusPoints = new StylusPointCollection(stylusPoints.Description, 100);
MS\Internal\Ink\InkCollectionBehavior.cs (1)
235_stylusPoints = new StylusPointCollection(stylusPoints.Description, 100);