1 write to _trackWidth
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
283
_trackWidth
= TextDpi.FromTextDpi(trackWidth);
2 references to _trackWidth
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\Line.cs (2)
365
Debug.Assert(!DoubleUtil.IsNaN(
_trackWidth
), "Track width must be set for measure pass.");
374
desiredSize = inlineObject.UIElementIsland.DoLayout(new Size(
_trackWidth
, pageHeight), true, true);