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