2 writes to _height
PresentationFramework (2)
src\Framework\MS\Internal\Text\LineMetrics.cs (2)
52
_height
= height;
67
_height
= source.Height;
2 references to _height
PresentationFramework (2)
src\Framework\MS\Internal\Text\LineMetrics.cs (2)
90
_height
,
126
internal double Height { get { return
_height
; } }