1 write to _transform
PresentationCore (1)
MS\Internal\Ink\StylusShape.cs (1)
158_transform = value;
5 references to _transform
PresentationCore (5)
MS\Internal\Ink\StylusShape.cs (5)
108if (_transform.IsIdentity) 119vertices[i] = _transform.Transform((Vector)m_vertices[i]); 153return _transform; 302if (_transform.IsIdentity == false) 304transform *= _transform;