1 write to _transform
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\StylusShape.cs (1)
168
_transform
= value;
5 references to _transform
PresentationCore (5)
Core\CSharp\MS\Internal\Ink\StylusShape.cs (5)
117
if (
_transform
.IsIdentity)
128
vertices[i] =
_transform
.Transform((Vector)m_vertices[i]);
163
return
_transform
;
312
if (
_transform
.IsIdentity == false)
314
transform *=
_transform
;