1 write to m_width
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\StylusShape.cs (1)
75
m_width
= width;
7 references to m_width
PresentationCore (7)
Core\CSharp\MS\Internal\Ink\StylusShape.cs (7)
92
public double Width { get { return
m_width
; } }
203
bbox = new Rect(-(
m_width
* 0.5), -(m_height * 0.5),
m_width
, m_height);
219
Point topLeft = new Point(-(
m_width
* 0.5), -(m_height * 0.5));
221
topLeft + new Vector(
m_width
, 0),
222
topLeft + new Vector(
m_width
, m_height),
285
double radiusX =
m_width
/ 2;