29 references to Description
PresentationCore (26)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (3)
478if (stylusPoints.Description.PropertyCount > StylusPointDescription.RequiredCountOfProperties) 488stylusPoints.Description.GetPropertyInfo(StylusPointProperties.NormalPressure)}); 519stylusPoints.Description.GetPropertyInfo(StylusPointProperties.NormalPressure);
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
2183Guid[] descriptionGuids = stroke.StylusPoints.Description.GetStylusPointPropertyIds();
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (2)
702StylusPointDescription stylusPointDescription = stroke.StylusPoints.Description; 823= stroke.StylusPoints.Description.GetStylusPointProperties();
System\Windows\Ink\Stroke.cs (3)
270new StylusPointCollection(_stylusPoints.Description, bezierPoints.Count); 391new StylusPoint(xVal, yVal, pressure, bezierStylusPoints.Description, additionalData, false, false); 881new StylusPointCollection(this.StylusPoints.Description, pointCount);
System\Windows\Input\Stylus\Common\RawStylusInput.cs (2)
93return _stylusPoints.Clone(transform, _stylusPoints.Description); 108if (!StylusPointDescription.AreCompatible( stylusPoints.Description,
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (11)
210if (!StylusPointDescription.AreCompatible(stylusPoints.Description, 323return this.Clone(System.Windows.Media.Transform.Identity, this.Description, this.Count); 355return this.Clone(System.Windows.Media.Transform.Identity, this.Description, count); 455if (!subsetToReformatTo.IsSubsetOf(this.Description)) 462this.Description); //preserve metrics from this spd 464if (StylusPointDescription.AreCompatible(this.Description, subsetToReformatToWithCurrentMetrics) && 528int lengthPerPoint = this.Description.GetOutputArrayLengthPerPoint(); 576int lengthPerPoint = this.Description.GetOutputArrayLengthPerPoint(); 577if (this.Description.ButtonCount > 0) 595this.Description.GetPropertyInfo(StylusPointPropertyIds.NormalPressure); 617Debug.Assert( this.Description.ButtonCount > 0 ?
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
656StylusPointDescription.AreCompatible(PointerTabletDevice.StylusPointDescription, _currentStylusPoints.Description)) 703return _currentStylusPoints.Clone(StylusDevice.GetElementTransform(relativeTo), _currentStylusPoints.Description);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (2)
377StylusPointDescription.AreCompatible(penContext.StylusPointDescription, _eventStylusPoints.Description)) 1150return _eventStylusPoints.Clone(StylusDevice.GetElementTransform(relativeTo), _eventStylusPoints.Description);
PresentationFramework (3)
MS\Internal\Ink\EditingCoordinator.cs (1)
960newPoints.Description);
MS\Internal\Ink\EraserBehavior.cs (1)
224_stylusPoints = new StylusPointCollection(stylusPoints.Description, 100);
MS\Internal\Ink\InkCollectionBehavior.cs (1)
244_stylusPoints = new StylusPointCollection(stylusPoints.Description, 100);