2 instantiations of UIElementIsland
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (1)
452_uiElementIsland = new UIElementIsland(((BlockUIContainer)Element).Child);
src\Framework\System\Windows\Documents\InlineUIContainer.cs (1)
179_uiElementIsland = new UIElementIsland(childElement);
12 references to UIElementIsland
PresentationFramework (12)
src\Framework\MS\Internal\Documents\UIElementIsland.cs (2)
46Invariant.Assert(currentParent is UIElementIsland, "Parent should always be a UIElementIsland."); 47((UIElementIsland)currentParent).Dispose();
src\Framework\MS\Internal\PtsHost\EmbeddedObject.cs (2)
149internal InlineObject(int dcp, UIElementIsland uiElementIsland, TextParagraph para) 199private UIElementIsland _uiElementIsland;
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1044if (vc[index] is UIElementIsland)
src\Framework\MS\Internal\PtsHost\RunClient.cs (1)
163internal UIElementIsland UIElementIsland
src\Framework\MS\Internal\PtsHost\UIElementParaClient.cs (1)
119UIElementIsland uiElementIsland = ((UIElementParagraph)Paragraph).UIElementIsland;
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (2)
497internal UIElementIsland UIElementIsland 566private UIElementIsland _uiElementIsland;
src\Framework\System\Windows\Documents\InlineUIContainer.cs (2)
147internal UIElementIsland UIElementIsland 189private UIElementIsland _uiElementIsland;
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
1531if (visual is IContentHost && !(visual is MS.Internal.Documents.UIElementIsland))