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)
44
Invariant.Assert(currentParent is
UIElementIsland
, "Parent should always be a UIElementIsland.");
45
((
UIElementIsland
)currentParent).Dispose();
MS\Internal\PtsHost\EmbeddedObject.cs (2)
146
internal InlineObject(int dcp,
UIElementIsland
uiElementIsland, TextParagraph para)
196
private
UIElementIsland
_uiElementIsland;
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1022
if (vc[index] is
UIElementIsland
)
MS\Internal\PtsHost\RunClient.cs (1)
160
internal
UIElementIsland
UIElementIsland
MS\Internal\PtsHost\UIElementParaClient.cs (1)
112
UIElementIsland
uiElementIsland = ((UIElementParagraph)Paragraph).UIElementIsland;
MS\Internal\PtsHost\UIElementParagraph.cs (2)
498
internal
UIElementIsland
UIElementIsland
567
private
UIElementIsland
_uiElementIsland;
System\Windows\Documents\InlineUIContainer.cs (2)
147
internal
UIElementIsland
UIElementIsland
189
private
UIElementIsland
_uiElementIsland;
System\Windows\Input\KeyboardNavigation.cs (1)
1445
if (visual is IContentHost && !(visual is MS.Internal.Documents.
UIElementIsland
))