1 write to m_width
PresentationCore (1)
MS\Internal\Ink\StylusShape.cs (1)
65m_width = width;
7 references to m_width
PresentationCore (7)
MS\Internal\Ink\StylusShape.cs (7)
82public double Width { get { return m_width; } } 192bbox = new Rect(-(m_width * 0.5), -(m_height * 0.5), m_width, m_height); 208Point topLeft = new Point(-(m_width * 0.5), -(m_height * 0.5)); 210topLeft + new Vector(m_width, 0), 211topLeft + new Vector(m_width, m_height), 274double radiusX = m_width / 2;