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