1 write to _transform
PresentationCore (1)
MS\Internal\Ink\StylusShape.cs (1)
165
_transform
= value;
5 references to _transform
PresentationCore (5)
MS\Internal\Ink\StylusShape.cs (5)
115
if (
_transform
.IsIdentity)
126
vertices[i] =
_transform
.Transform((Vector)m_vertices[i]);
160
return
_transform
;
309
if (
_transform
.IsIdentity == false)
311
transform *=
_transform
;