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)
41
Invariant.Assert(currentParent is
UIElementIsland
, "Parent should always be a UIElementIsland.");
42
((
UIElementIsland
)currentParent).Dispose();
MS\Internal\PtsHost\EmbeddedObject.cs (2)
144
internal InlineObject(int dcp,
UIElementIsland
uiElementIsland, TextParagraph para)
194
private
UIElementIsland
_uiElementIsland;
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1007
if (vc[index] is
UIElementIsland
)
MS\Internal\PtsHost\RunClient.cs (1)
156
internal
UIElementIsland
UIElementIsland
MS\Internal\PtsHost\UIElementParaClient.cs (1)
107
UIElementIsland
uiElementIsland = ((UIElementParagraph)Paragraph).UIElementIsland;
MS\Internal\PtsHost\UIElementParagraph.cs (2)
502
internal
UIElementIsland
UIElementIsland
571
private
UIElementIsland
_uiElementIsland;
System\Windows\Documents\InlineUIContainer.cs (2)
135
internal
UIElementIsland
UIElementIsland
177
private
UIElementIsland
_uiElementIsland;
System\Windows\Input\KeyboardNavigation.cs (1)
1433
if (visual is IContentHost && !(visual is MS.Internal.Documents.
UIElementIsland
))