3 references to UIElementIsland
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\UIElementParaClient.cs (1)
119UIElementIsland uiElementIsland = ((UIElementParagraph)Paragraph).UIElementIsland;
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);