2 writes to _uiElementIsland
PresentationFramework (2)
System\Windows\Documents\InlineUIContainer.cs (2)
163
_uiElementIsland
= null;
168
_uiElementIsland
= new UIElementIsland(childElement);
5 references to _uiElementIsland
PresentationFramework (5)
System\Windows\Documents\InlineUIContainer.cs (5)
142
return
_uiElementIsland
;
158
if(
_uiElementIsland
== null ||
_uiElementIsland
.Root != childElement)
160
if(
_uiElementIsland
!= null)
162
_uiElementIsland
.Dispose();