10 writes to StylusTipTransform
PresentationCore (4)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
278
da.
StylusTipTransform
= matrix;
System\Windows\Ink\Stroke.cs (1)
186
_drawingAttributes.
StylusTipTransform
= newMatrix;
System\Windows\Ink\Stroke2.cs (2)
383
selectedDA.
StylusTipTransform
= outerTransform;
391
selectedDA.
StylusTipTransform
= innerTransform;
PresentationFramework (6)
MS\Internal\Ink\InkCollectionBehavior.cs (1)
351
da.
StylusTipTransform
= xf;
MS\Internal\Ink\PenCursorManager.cs (5)
79
da.
StylusTipTransform
*= tranform;
87
da.
StylusTipTransform
*= rotationMatrix;
331
StylusTipTransform
= drawingAttributes.StylusTipTransform,
383
singleStroke.DrawingAttributes.
StylusTipTransform
= Matrix.Identity;
395
singleStroke.DrawingAttributes.
StylusTipTransform
= xf;
15 references to StylusTipTransform
PresentationCore (12)
MS\Internal\Ink\StrokeRenderer.cs (1)
213
Matrix stylusTipTransform = drawingAttributes.
StylusTipTransform
;
System\Windows\Ink\DrawingAttributes.cs (4)
390
s.Transform =
StylusTipTransform
;
747
left.
StylusTipTransform
== right.
StylusTipTransform
&&
967
OnPropertyChanged(nameof(
StylusTipTransform
));
System\Windows\Ink\Stroke.cs (1)
176
Matrix newMatrix = _drawingAttributes.
StylusTipTransform
;
System\Windows\Ink\Stroke2.cs (6)
668
System.Diagnostics.Debug.Assert(DoubleUtil.IsZero(originalDa.
StylusTipTransform
.OffsetX) && DoubleUtil.IsZero(originalDa.
StylusTipTransform
.OffsetY));
671
Point w = originalDa.
StylusTipTransform
.Transform(new Point(originalDa.Width, 0));
672
Point h = originalDa.
StylusTipTransform
.Transform(new Point(0, originalDa.Height));
685
innerTransform *= originalDa.
StylusTipTransform
;
689
outerTransform *= originalDa.
StylusTipTransform
;
PresentationFramework (3)
MS\Internal\Ink\InkCollectionBehavior.cs (1)
345
xf *= da.
StylusTipTransform
;
MS\Internal\Ink\PenCursorManager.cs (2)
331
StylusTipTransform = drawingAttributes.
StylusTipTransform
,
389
Matrix xf = singleStroke.DrawingAttributes.
StylusTipTransform
;