2 writes to _width
PresentationFramework (2)
MS\Internal\Text\LineMetrics.cs (2)
48_width = width; 62_width = width;
2 references to _width
PresentationFramework (2)
MS\Internal\Text\LineMetrics.cs (2)
86_width, 116get { Debug.Assert((_packedData & HasBeenUpdatedMask) != 0); return _width; }