1 write to StylusPoints
PresentationCore (1)
System\Windows\Ink\Stroke.cs (1)
963stroke.StylusPoints = stylusPoints;
16 references to StylusPoints
PresentationCore (14)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
450StylusPointCollection stylusPoints = stroke.StylusPoints;
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (3)
1707s.StylusPoints.ToISFReadyArrays(out isfReadyData, out shouldStorePressure); 1940using (MemoryStream tempstrm = new MemoryStream(s.StylusPoints.Count * 5)) //good approximation based on profiling isf files 2157Guid[] descriptionGuids = stroke.StylusPoints.Description.GetStylusPointPropertyIds();
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (3)
694StylusPointDescription stylusPointDescription = stroke.StylusPoints.Description; 805uint pointCount = (uint)stroke.StylusPoints.Count; 815= stroke.StylusPoints.Description.GetStylusPointProperties();
MS\Internal\Ink\StrokeNodeEnumerator.cs (1)
32drawingAttributes.FitToCurve ? stroke.GetBezierStylusPoints() : stroke.StylusPoints;
System\Windows\Ink\IncrementalHitTester.cs (3)
719_stroke.StylusPoints.Changed += new EventHandler(OnStylusPointsChanged); 759_stylusPoints = _stroke.StylusPoints; 854_stroke.StylusPoints.Changed -= new EventHandler(OnStylusPointsChanged);
System\Windows\Ink\Stroke.cs (3)
737StylusPointCollection sourceStylusPoints = this.StylusPoints; 793StylusPointCollection sourceStylusPoints = this.StylusPoints; 865new StylusPointCollection(this.StylusPoints.Description, pointCount);
PresentationFramework (2)
System\Windows\Controls\StickyNote.cs (2)
1567s.StylusPoints.Changed += new EventHandler( 1588s.StylusPoints.Changed -= new EventHandler(