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