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