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)
107if (_transform.IsIdentity) 118vertices[i] = _transform.Transform((Vector)m_vertices[i]); 152return _transform; 301if (!_transform.IsIdentity) 303transform *= _transform;