1 write to m_vertices
PresentationCore (1)
MS\Internal\Ink\StylusShape.cs (1)
210
m_vertices
= new Point[4] { topLeft,
8 references to m_vertices
PresentationCore (8)
MS\Internal\Ink\StylusShape.cs (8)
103
if (null !=
m_vertices
)
106
vertices = new Vector[
m_vertices
.Length];
112
vertices[i] = (Vector)
m_vertices
[i];
119
vertices[i] = _transform.Transform((Vector)
m_vertices
[i]);
165
internal bool IsEllipse { get { return (null ==
m_vertices
); } }
170
internal bool IsPolygon { get { return (null !=
m_vertices
); } }
185
foreach (Point vertex in
m_vertices
)
218
rotationTransform.Transform(
m_vertices
);