10 writes to StylusTipTransform
PresentationCore (4)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
299
da.
StylusTipTransform
= matrix;
Core\CSharp\System\Windows\Ink\Stroke.cs (1)
209
_drawingAttributes.
StylusTipTransform
= newMatrix;
Core\CSharp\System\Windows\Ink\Stroke2.cs (2)
437
selectedDA.
StylusTipTransform
= outerTransform;
445
selectedDA.
StylusTipTransform
= innerTransform;
PresentationFramework (6)
src\Framework\MS\Internal\Ink\InkCollectionBehavior.cs (1)
414
da.
StylusTipTransform
= xf;
src\Framework\MS\Internal\Ink\PenCursorManager.cs (5)
92
da.
StylusTipTransform
*= tranform;
100
da.
StylusTipTransform
*= rotationMatrix;
362
da.
StylusTipTransform
= drawingAttributes.StylusTipTransform;
413
singleStroke.DrawingAttributes.
StylusTipTransform
= Matrix.Identity;
425
singleStroke.DrawingAttributes.
StylusTipTransform
= xf;
14 references to StylusTipTransform
PresentationCore (11)
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (1)
224
Matrix stylusTipTransform = drawingAttributes.
StylusTipTransform
;
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (3)
404
s.Transform =
StylusTipTransform
;
764
left.
StylusTipTransform
== right.
StylusTipTransform
&&
Core\CSharp\System\Windows\Ink\Stroke.cs (1)
199
Matrix newMatrix = _drawingAttributes.
StylusTipTransform
;
Core\CSharp\System\Windows\Ink\Stroke2.cs (6)
728
System.Diagnostics.Debug.Assert(DoubleUtil.IsZero(originalDa.
StylusTipTransform
.OffsetX) && DoubleUtil.IsZero(originalDa.
StylusTipTransform
.OffsetY));
731
Point w = originalDa.
StylusTipTransform
.Transform(new Point(originalDa.Width, 0));
732
Point h = originalDa.
StylusTipTransform
.Transform(new Point(0, originalDa.Height));
745
innerTransform *= originalDa.
StylusTipTransform
;
749
outerTransform *= originalDa.
StylusTipTransform
;
PresentationFramework (3)
src\Framework\MS\Internal\Ink\InkCollectionBehavior.cs (1)
408
xf *= da.
StylusTipTransform
;
src\Framework\MS\Internal\Ink\PenCursorManager.cs (2)
362
da.StylusTipTransform = drawingAttributes.
StylusTipTransform
;
419
Matrix xf = singleStroke.DrawingAttributes.
StylusTipTransform
;