1 write to m_vertices
PresentationCore (1)
MS\Internal\Ink\StylusShape.cs (1)
217
m_vertices
= new Point[4] { topLeft,
8 references to m_vertices
PresentationCore (8)
MS\Internal\Ink\StylusShape.cs (8)
110
if (null !=
m_vertices
)
113
vertices = new Vector[
m_vertices
.Length];
119
vertices[i] = (Vector)
m_vertices
[i];
126
vertices[i] = _transform.Transform((Vector)
m_vertices
[i]);
172
internal bool IsEllipse { get { return (null ==
m_vertices
); } }
177
internal bool IsPolygon { get { return (null !=
m_vertices
); } }
192
foreach (Point vertex in
m_vertices
)
225
rotationTransform.Transform(
m_vertices
);