2 writes to _height
PresentationFramework (2)
MS\Internal\Text\LineMetrics.cs (2)
44
_height
= height;
59
_height
= source.Height;
2 references to _height
PresentationFramework (2)
MS\Internal\Text\LineMetrics.cs (2)
82
_height
,
118
internal double Height { get { return
_height
; } }