2 writes to _uiElementIsland
PresentationFramework (2)
System\Windows\Documents\InlineUIContainer.cs (2)
162
_uiElementIsland
= null;
167
_uiElementIsland
= new UIElementIsland(childElement);
5 references to _uiElementIsland
PresentationFramework (5)
System\Windows\Documents\InlineUIContainer.cs (5)
141
return
_uiElementIsland
;
157
if(
_uiElementIsland
== null ||
_uiElementIsland
.Root != childElement)
159
if(
_uiElementIsland
!= null)
161
_uiElementIsland
.Dispose();