2 writes to _uiElementIsland
PresentationFramework (2)
System\Windows\Documents\InlineUIContainer.cs (2)
172
_uiElementIsland
= null;
177
_uiElementIsland
= new UIElementIsland(childElement);
5 references to _uiElementIsland
PresentationFramework (5)
System\Windows\Documents\InlineUIContainer.cs (5)
151
return
_uiElementIsland
;
167
if(
_uiElementIsland
== null ||
_uiElementIsland
.Root != childElement)
169
if(
_uiElementIsland
!= null)
171
_uiElementIsland
.Dispose();