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)
46
Invariant.Assert(currentParent is
UIElementIsland
, "Parent should always be a UIElementIsland.");
47
((
UIElementIsland
)currentParent).Dispose();
src\Framework\MS\Internal\PtsHost\EmbeddedObject.cs (2)
149
internal InlineObject(int dcp,
UIElementIsland
uiElementIsland, TextParagraph para)
199
private
UIElementIsland
_uiElementIsland;
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1044
if (vc[index] is
UIElementIsland
)
src\Framework\MS\Internal\PtsHost\RunClient.cs (1)
163
internal
UIElementIsland
UIElementIsland
src\Framework\MS\Internal\PtsHost\UIElementParaClient.cs (1)
119
UIElementIsland
uiElementIsland = ((UIElementParagraph)Paragraph).UIElementIsland;
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (2)
497
internal
UIElementIsland
UIElementIsland
566
private
UIElementIsland
_uiElementIsland;
src\Framework\System\Windows\Documents\InlineUIContainer.cs (2)
147
internal
UIElementIsland
UIElementIsland
189
private
UIElementIsland
_uiElementIsland;
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
1531
if (visual is IContentHost && !(visual is MS.Internal.Documents.
UIElementIsland
))