10 writes to StylusTipTransform
PresentationCore (4)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
279
da.
StylusTipTransform
= matrix;
System\Windows\Ink\Stroke.cs (1)
187
_drawingAttributes.
StylusTipTransform
= newMatrix;
System\Windows\Ink\Stroke2.cs (2)
390
selectedDA.
StylusTipTransform
= outerTransform;
398
selectedDA.
StylusTipTransform
= innerTransform;
PresentationFramework (6)
MS\Internal\Ink\InkCollectionBehavior.cs (1)
353
da.
StylusTipTransform
= xf;
MS\Internal\Ink\PenCursorManager.cs (5)
80
da.
StylusTipTransform
*= tranform;
88
da.
StylusTipTransform
*= rotationMatrix;
332
da.
StylusTipTransform
= drawingAttributes.StylusTipTransform;
383
singleStroke.DrawingAttributes.
StylusTipTransform
= Matrix.Identity;
395
singleStroke.DrawingAttributes.
StylusTipTransform
= xf;
14 references to StylusTipTransform
PresentationCore (11)
MS\Internal\Ink\StrokeRenderer.cs (1)
212
Matrix stylusTipTransform = drawingAttributes.
StylusTipTransform
;
System\Windows\Ink\DrawingAttributes.cs (3)
391
s.Transform =
StylusTipTransform
;
748
left.
StylusTipTransform
== right.
StylusTipTransform
&&
System\Windows\Ink\Stroke.cs (1)
177
Matrix newMatrix = _drawingAttributes.
StylusTipTransform
;
System\Windows\Ink\Stroke2.cs (6)
675
System.Diagnostics.Debug.Assert(DoubleUtil.IsZero(originalDa.
StylusTipTransform
.OffsetX) && DoubleUtil.IsZero(originalDa.
StylusTipTransform
.OffsetY));
678
Point w = originalDa.
StylusTipTransform
.Transform(new Point(originalDa.Width, 0));
679
Point h = originalDa.
StylusTipTransform
.Transform(new Point(0, originalDa.Height));
692
innerTransform *= originalDa.
StylusTipTransform
;
696
outerTransform *= originalDa.
StylusTipTransform
;
PresentationFramework (3)
MS\Internal\Ink\InkCollectionBehavior.cs (1)
347
xf *= da.
StylusTipTransform
;
MS\Internal\Ink\PenCursorManager.cs (2)
332
da.StylusTipTransform = drawingAttributes.
StylusTipTransform
;
389
Matrix xf = singleStroke.DrawingAttributes.
StylusTipTransform
;