2 writes to _height
PresentationFramework (2)
MS\Internal\Text\LineMetrics.cs (2)
45
_height
= height;
60
_height
= source.Height;
2 references to _height
PresentationFramework (2)
MS\Internal\Text\LineMetrics.cs (2)
83
_height
,
119
internal double Height { get { return
_height
; } }