2 instantiations of UIElementIsland
PresentationFramework (2)
MS\Internal\PtsHost\UIElementParagraph.cs (1)
461
_uiElementIsland = new
UIElementIsland
(((BlockUIContainer)Element).Child);
System\Windows\Documents\InlineUIContainer.cs (1)
177
_uiElementIsland = new
UIElementIsland
(childElement);
12 references to UIElementIsland
PresentationFramework (12)
MS\Internal\Documents\UIElementIsland.cs (2)
42
Invariant.Assert(currentParent is
UIElementIsland
, "Parent should always be a UIElementIsland.");
43
((
UIElementIsland
)currentParent).Dispose();
MS\Internal\PtsHost\EmbeddedObject.cs (2)
145
internal InlineObject(int dcp,
UIElementIsland
uiElementIsland, TextParagraph para)
195
private
UIElementIsland
_uiElementIsland;
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1014
if (vc[index] is
UIElementIsland
)
MS\Internal\PtsHost\RunClient.cs (1)
157
internal
UIElementIsland
UIElementIsland
MS\Internal\PtsHost\UIElementParaClient.cs (1)
108
UIElementIsland
uiElementIsland = ((UIElementParagraph)Paragraph).UIElementIsland;
MS\Internal\PtsHost\UIElementParagraph.cs (2)
506
internal
UIElementIsland
UIElementIsland
575
private
UIElementIsland
_uiElementIsland;
System\Windows\Documents\InlineUIContainer.cs (2)
145
internal
UIElementIsland
UIElementIsland
187
private
UIElementIsland
_uiElementIsland;
System\Windows\Input\KeyboardNavigation.cs (1)
1441
if (visual is IContentHost && !(visual is MS.Internal.Documents.
UIElementIsland
))