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)
384
selectedDA.
StylusTipTransform
= outerTransform;
392
selectedDA.
StylusTipTransform
= innerTransform;
PresentationFramework (6)
MS\Internal\Ink\InkCollectionBehavior.cs (1)
352
da.
StylusTipTransform
= xf;
MS\Internal\Ink\PenCursorManager.cs (5)
80
da.
StylusTipTransform
*= tranform;
88
da.
StylusTipTransform
*= rotationMatrix;
332
StylusTipTransform
= drawingAttributes.StylusTipTransform,
384
singleStroke.DrawingAttributes.
StylusTipTransform
= Matrix.Identity;
396
singleStroke.DrawingAttributes.
StylusTipTransform
= xf;
15 references to StylusTipTransform
PresentationCore (12)
MS\Internal\Ink\StrokeRenderer.cs (1)
214
Matrix stylusTipTransform = drawingAttributes.
StylusTipTransform
;
System\Windows\Ink\DrawingAttributes.cs (4)
391
s.Transform =
StylusTipTransform
;
748
left.
StylusTipTransform
== right.
StylusTipTransform
&&
968
OnPropertyChanged(nameof(
StylusTipTransform
));
System\Windows\Ink\Stroke.cs (1)
177
Matrix newMatrix = _drawingAttributes.
StylusTipTransform
;
System\Windows\Ink\Stroke2.cs (6)
669
System.Diagnostics.Debug.Assert(DoubleUtil.IsZero(originalDa.
StylusTipTransform
.OffsetX) && DoubleUtil.IsZero(originalDa.
StylusTipTransform
.OffsetY));
672
Point w = originalDa.
StylusTipTransform
.Transform(new Point(originalDa.Width, 0));
673
Point h = originalDa.
StylusTipTransform
.Transform(new Point(0, originalDa.Height));
686
innerTransform *= originalDa.
StylusTipTransform
;
690
outerTransform *= originalDa.
StylusTipTransform
;
PresentationFramework (3)
MS\Internal\Ink\InkCollectionBehavior.cs (1)
346
xf *= da.
StylusTipTransform
;
MS\Internal\Ink\PenCursorManager.cs (2)
332
StylusTipTransform = drawingAttributes.
StylusTipTransform
,
390
Matrix xf = singleStroke.DrawingAttributes.
StylusTipTransform
;