1 write to m_width
PresentationCore (1)
MS\Internal\Ink\StylusShape.cs (1)
66
m_width
= width;
7 references to m_width
PresentationCore (7)
MS\Internal\Ink\StylusShape.cs (7)
83
public double Width { get { return
m_width
; } }
193
bbox = new Rect(-(
m_width
* 0.5), -(m_height * 0.5),
m_width
, m_height);
209
Point topLeft = new Point(-(
m_width
* 0.5), -(m_height * 0.5));
211
topLeft + new Vector(
m_width
, 0),
212
topLeft + new Vector(
m_width
, m_height),
275
double radiusX =
m_width
/ 2;