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)
365Debug.Assert(!DoubleUtil.IsNaN(_trackWidth), "Track width must be set for measure pass."); 374desiredSize = inlineObject.UIElementIsland.DoLayout(new Size(_trackWidth, pageHeight), true, true);