1 write to _transform
PresentationCore (1)
MS\Internal\Ink\StylusShape.cs (1)
158
_transform
= value;
5 references to _transform
PresentationCore (5)
MS\Internal\Ink\StylusShape.cs (5)
108
if (
_transform
.IsIdentity)
119
vertices[i] =
_transform
.Transform((Vector)m_vertices[i]);
153
return
_transform
;
302
if (
_transform
.IsIdentity == false)
304
transform *=
_transform
;