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