2 instantiations of UIElementIsland
PresentationFramework (2)
MS\Internal\PtsHost\UIElementParagraph.cs (1)
453_uiElementIsland = new UIElementIsland(((BlockUIContainer)Element).Child);
System\Windows\Documents\InlineUIContainer.cs (1)
179_uiElementIsland = new UIElementIsland(childElement);
12 references to UIElementIsland
PresentationFramework (12)
MS\Internal\Documents\UIElementIsland.cs (2)
44Invariant.Assert(currentParent is UIElementIsland, "Parent should always be a UIElementIsland."); 45((UIElementIsland)currentParent).Dispose();
MS\Internal\PtsHost\EmbeddedObject.cs (2)
146internal InlineObject(int dcp, UIElementIsland uiElementIsland, TextParagraph para) 196private UIElementIsland _uiElementIsland;
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1022if (vc[index] is UIElementIsland)
MS\Internal\PtsHost\RunClient.cs (1)
160internal UIElementIsland UIElementIsland
MS\Internal\PtsHost\UIElementParaClient.cs (1)
112UIElementIsland uiElementIsland = ((UIElementParagraph)Paragraph).UIElementIsland;
MS\Internal\PtsHost\UIElementParagraph.cs (2)
498internal UIElementIsland UIElementIsland 567private UIElementIsland _uiElementIsland;
System\Windows\Documents\InlineUIContainer.cs (2)
147internal UIElementIsland UIElementIsland 189private UIElementIsland _uiElementIsland;
System\Windows\Input\KeyboardNavigation.cs (1)
1445if (visual is IContentHost && !(visual is MS.Internal.Documents.UIElementIsland))