4 references to DoLayout
PresentationFramework (4)
MS\Internal\PtsHost\Line.cs (1)
354
desiredSize = inlineObject.UIElementIsland.
DoLayout
(new Size(_trackWidth, pageHeight), true, true);
MS\Internal\PtsHost\OptimalTextSource.cs (1)
231
return inlineObject.UIElementIsland.
DoLayout
(new Size(TextDpi.FromTextDpi(_durTrack), pageHeight), true, true);
MS\Internal\PtsHost\UIElementParagraph.cs (2)
409
UIElementIsland.
DoLayout
(new Size(elementWidth, elementHeight), false, false);
438
Size uiIslandSize = UIElementIsland.
DoLayout
(new Size(elementWidth, elementHeight), false, true);