10 writes to StylusTipTransform
PresentationCore (4)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
289
da.
StylusTipTransform
= matrix;
System\Windows\Ink\Stroke.cs (1)
202
_drawingAttributes.
StylusTipTransform
= newMatrix;
System\Windows\Ink\Stroke2.cs (2)
399
selectedDA.
StylusTipTransform
= outerTransform;
407
selectedDA.
StylusTipTransform
= innerTransform;
PresentationFramework (6)
MS\Internal\Ink\InkCollectionBehavior.cs (1)
362
da.
StylusTipTransform
= xf;
MS\Internal\Ink\PenCursorManager.cs (5)
85
da.
StylusTipTransform
*= tranform;
93
da.
StylusTipTransform
*= rotationMatrix;
337
da.
StylusTipTransform
= drawingAttributes.StylusTipTransform;
388
singleStroke.DrawingAttributes.
StylusTipTransform
= Matrix.Identity;
400
singleStroke.DrawingAttributes.
StylusTipTransform
= xf;
14 references to StylusTipTransform
PresentationCore (11)
MS\Internal\Ink\StrokeRenderer.cs (1)
219
Matrix stylusTipTransform = drawingAttributes.
StylusTipTransform
;
System\Windows\Ink\DrawingAttributes.cs (3)
402
s.Transform =
StylusTipTransform
;
759
left.
StylusTipTransform
== right.
StylusTipTransform
&&
System\Windows\Ink\Stroke.cs (1)
192
Matrix newMatrix = _drawingAttributes.
StylusTipTransform
;
System\Windows\Ink\Stroke2.cs (6)
684
System.Diagnostics.Debug.Assert(DoubleUtil.IsZero(originalDa.
StylusTipTransform
.OffsetX) && DoubleUtil.IsZero(originalDa.
StylusTipTransform
.OffsetY));
687
Point w = originalDa.
StylusTipTransform
.Transform(new Point(originalDa.Width, 0));
688
Point h = originalDa.
StylusTipTransform
.Transform(new Point(0, originalDa.Height));
701
innerTransform *= originalDa.
StylusTipTransform
;
705
outerTransform *= originalDa.
StylusTipTransform
;
PresentationFramework (3)
MS\Internal\Ink\InkCollectionBehavior.cs (1)
356
xf *= da.
StylusTipTransform
;
MS\Internal\Ink\PenCursorManager.cs (2)
337
da.StylusTipTransform = drawingAttributes.
StylusTipTransform
;
394
Matrix xf = singleStroke.DrawingAttributes.
StylusTipTransform
;