1 write to _transform
PresentationCore (1)
MS\Internal\Ink\StylusShape.cs (1)
157
_transform
= value;
5 references to _transform
PresentationCore (5)
MS\Internal\Ink\StylusShape.cs (5)
107
if (
_transform
.IsIdentity)
118
vertices[i] =
_transform
.Transform((Vector)m_vertices[i]);
152
return
_transform
;
301
if (!
_transform
.IsIdentity)
303
transform *=
_transform
;