1 write to StylusPoints
PresentationCore (1)
Core\CSharp\System\Windows\Ink\Stroke.cs (1)
1000
stroke.
StylusPoints
= stylusPoints;
16 references to StylusPoints
PresentationCore (14)
Core\CSharp\MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
564
StylusPointCollection stylusPoints = stroke.
StylusPoints
;
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (3)
1754
s.
StylusPoints
.ToISFReadyArrays(out isfReadyData, out shouldStorePressure);
1997
using (MemoryStream tempstrm = new MemoryStream(s.
StylusPoints
.Count * 5)) //good approximation based on profiling isf files
2232
Guid[] descriptionGuids = stroke.
StylusPoints
.Description.GetStylusPointPropertyIds();
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (3)
741
StylusPointDescription stylusPointDescription = stroke.
StylusPoints
.Description;
861
uint pointCount = (uint)stroke.
StylusPoints
.Count;
871
= stroke.
StylusPoints
.Description.GetStylusPointProperties();
Core\CSharp\MS\Internal\Ink\StrokeNodeEnumerator.cs (1)
48
drawingAttributes.FitToCurve ? stroke.GetBezierStylusPoints() : stroke.
StylusPoints
;
Core\CSharp\System\Windows\Ink\IncrementalHitTester.cs (3)
743
_stroke.
StylusPoints
.Changed += new EventHandler(OnStylusPointsChanged);
783
_stylusPoints = _stroke.
StylusPoints
;
878
_stroke.
StylusPoints
.Changed -= new EventHandler(OnStylusPointsChanged);
Core\CSharp\System\Windows\Ink\Stroke.cs (3)
770
StylusPointCollection sourceStylusPoints = this.
StylusPoints
;
826
StylusPointCollection sourceStylusPoints = this.
StylusPoints
;
898
new StylusPointCollection(this.
StylusPoints
.Description, pointCount);
PresentationFramework (2)
src\Framework\System\Windows\Controls\StickyNote.cs (2)
1625
s.
StylusPoints
.Changed += new EventHandler(
1646
s.
StylusPoints
.Changed -= new EventHandler(