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)
117if (_transform.IsIdentity) 128vertices[i] = _transform.Transform((Vector)m_vertices[i]); 163return _transform; 312if (_transform.IsIdentity == false) 314transform *= _transform;