2 instantiations of UIElementIsland
PresentationFramework (2)
MS\Internal\PtsHost\UIElementParagraph.cs (1)
457_uiElementIsland = new UIElementIsland(((BlockUIContainer)Element).Child);
System\Windows\Documents\InlineUIContainer.cs (1)
167_uiElementIsland = new UIElementIsland(childElement);
12 references to UIElementIsland
PresentationFramework (12)
MS\Internal\Documents\UIElementIsland.cs (2)
41Invariant.Assert(currentParent is UIElementIsland, "Parent should always be a UIElementIsland."); 42((UIElementIsland)currentParent).Dispose();
MS\Internal\PtsHost\EmbeddedObject.cs (2)
144internal InlineObject(int dcp, UIElementIsland uiElementIsland, TextParagraph para) 194private UIElementIsland _uiElementIsland;
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1007if (vc[index] is UIElementIsland)
MS\Internal\PtsHost\RunClient.cs (1)
156internal UIElementIsland UIElementIsland
MS\Internal\PtsHost\UIElementParaClient.cs (1)
107UIElementIsland uiElementIsland = ((UIElementParagraph)Paragraph).UIElementIsland;
MS\Internal\PtsHost\UIElementParagraph.cs (2)
502internal UIElementIsland UIElementIsland 571private UIElementIsland _uiElementIsland;
System\Windows\Documents\InlineUIContainer.cs (2)
135internal UIElementIsland UIElementIsland 177private UIElementIsland _uiElementIsland;
System\Windows\Input\KeyboardNavigation.cs (1)
1433if (visual is IContentHost && !(visual is MS.Internal.Documents.UIElementIsland))