2 writes to _uiElementIsland
PresentationFramework (2)
src\Framework\System\Windows\Documents\InlineUIContainer.cs (2)
174
_uiElementIsland
= null;
179
_uiElementIsland
= new UIElementIsland(childElement);
5 references to _uiElementIsland
PresentationFramework (5)
src\Framework\System\Windows\Documents\InlineUIContainer.cs (5)
153
return
_uiElementIsland
;
169
if(
_uiElementIsland
== null ||
_uiElementIsland
.Root != childElement)
171
if(
_uiElementIsland
!= null)
173
_uiElementIsland
.Dispose();