2 writes to _width
PresentationFramework (2)
src\Framework\MS\Internal\Text\LineMetrics.cs (2)
51
_width
= width;
65
_width
= width;
2 references to _width
PresentationFramework (2)
src\Framework\MS\Internal\Text\LineMetrics.cs (2)
89
_width
,
119
get { Debug.Assert((_packedData & HasBeenUpdatedMask) != 0); return
_width
; }