1 write to m_vertices
PresentationCore (1)
MS\Internal\Ink\StylusShape.cs (1)
209
m_vertices
= new Point[4] { topLeft,
8 references to m_vertices
PresentationCore (8)
MS\Internal\Ink\StylusShape.cs (8)
102
if (null !=
m_vertices
)
105
vertices = new Vector[
m_vertices
.Length];
111
vertices[i] = (Vector)
m_vertices
[i];
118
vertices[i] = _transform.Transform((Vector)
m_vertices
[i]);
164
internal bool IsEllipse { get { return (null ==
m_vertices
); } }
169
internal bool IsPolygon { get { return (null !=
m_vertices
); } }
184
foreach (Point vertex in
m_vertices
)
217
rotationTransform.Transform(
m_vertices
);