2 writes to _width
PresentationFramework (2)
MS\Internal\Text\LineMetrics.cs (2)
43
_width
= width;
57
_width
= width;
2 references to _width
PresentationFramework (2)
MS\Internal\Text\LineMetrics.cs (2)
81
_width
,
111
get { Debug.Assert((_packedData & HasBeenUpdatedMask) != 0); return
_width
; }