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)
115if (_transform.IsIdentity) 126vertices[i] = _transform.Transform((Vector)m_vertices[i]); 160return _transform; 309if (_transform.IsIdentity == false) 311transform *= _transform;