1 write to StylusPoints
PresentationCore (1)
System\Windows\Ink\Stroke.cs (1)
979
stroke.
StylusPoints
= stylusPoints;
16 references to StylusPoints
PresentationCore (14)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
472
StylusPointCollection stylusPoints = stroke.
StylusPoints
;
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (3)
1723
s.
StylusPoints
.ToISFReadyArrays(out isfReadyData, out shouldStorePressure);
1956
using (MemoryStream tempstrm = new MemoryStream(s.
StylusPoints
.Count * 5)) //good approximation based on profiling isf files
2181
Guid[] descriptionGuids = stroke.
StylusPoints
.Description.GetStylusPointPropertyIds();
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (3)
702
StylusPointDescription stylusPointDescription = stroke.
StylusPoints
.Description;
813
uint pointCount = (uint)stroke.
StylusPoints
.Count;
823
= stroke.
StylusPoints
.Description.GetStylusPointProperties();
MS\Internal\Ink\StrokeNodeEnumerator.cs (1)
40
drawingAttributes.FitToCurve ? stroke.GetBezierStylusPoints() : stroke.
StylusPoints
;
System\Windows\Ink\IncrementalHitTester.cs (3)
732
_stroke.
StylusPoints
.Changed += new EventHandler(OnStylusPointsChanged);
772
_stylusPoints = _stroke.
StylusPoints
;
867
_stroke.
StylusPoints
.Changed -= new EventHandler(OnStylusPointsChanged);
System\Windows\Ink\Stroke.cs (3)
753
StylusPointCollection sourceStylusPoints = this.
StylusPoints
;
809
StylusPointCollection sourceStylusPoints = this.
StylusPoints
;
881
new StylusPointCollection(this.
StylusPoints
.Description, pointCount);
PresentationFramework (2)
System\Windows\Controls\StickyNote.cs (2)
1615
s.
StylusPoints
.Changed += new EventHandler(
1636
s.
StylusPoints
.Changed -= new EventHandler(