1 write to m_height
PresentationCore (1)
Core\CSharp\MS\Internal\Ink\StylusShape.cs (1)
76
m_height
= height;
7 references to m_height
PresentationCore (7)
Core\CSharp\MS\Internal\Ink\StylusShape.cs (7)
97
public double Height { get { return
m_height
; } }
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));
222
topLeft + new Vector(m_width,
m_height
),
223
topLeft + new Vector(0,
m_height
)};
286
double radiusY =
m_height
/ 2;