1 write to m_vertices
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\StylusShape.cs (1)
220
m_vertices
= new Point[4] { topLeft,
8 references to m_vertices
PresentationCore (8)
Core\CSharp\MS\Internal\Ink\StylusShape.cs (8)
112
if (null !=
m_vertices
)
115
vertices = new Vector[
m_vertices
.Length];
121
vertices[i] = (Vector)
m_vertices
[i];
128
vertices[i] = _transform.Transform((Vector)
m_vertices
[i]);
175
internal bool IsEllipse { get { return (null ==
m_vertices
); } }
180
internal bool IsPolygon { get { return (null !=
m_vertices
); } }
195
foreach (Point vertex in
m_vertices
)
228
rotationTransform.Transform(
m_vertices
);