3 references to UIElementIsland
PresentationFramework (3)
MS\Internal\PtsHost\UIElementParaClient.cs (1)
108UIElementIsland uiElementIsland = ((UIElementParagraph)Paragraph).UIElementIsland;
MS\Internal\PtsHost\UIElementParagraph.cs (2)
405UIElementIsland.DoLayout(new Size(elementWidth, elementHeight), false, false); 432Size uiIslandSize = UIElementIsland.DoLayout(new Size(elementWidth, elementHeight), false, true);