2 writes to _height
PresentationFramework (2)
MS\Internal\Text\LineMetrics.cs (2)
49
_height
= height;
64
_height
= source.Height;
2 references to _height
PresentationFramework (2)
MS\Internal\Text\LineMetrics.cs (2)
87
_height
,
123
internal double Height { get { return
_height
; } }