4 references to DoLayout
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\Line.cs (1)
374desiredSize = inlineObject.UIElementIsland.DoLayout(new Size(_trackWidth, pageHeight), true, true);
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (1)
250return inlineObject.UIElementIsland.DoLayout(new Size(TextDpi.FromTextDpi(_durTrack), pageHeight), true, true);
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (2)
407UIElementIsland.DoLayout(new Size(elementWidth, elementHeight), false, false); 434Size uiIslandSize = UIElementIsland.DoLayout(new Size(elementWidth, elementHeight), false, true);