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)
153return _uiElementIsland; 169if(_uiElementIsland == null || _uiElementIsland.Root != childElement) 171if(_uiElementIsland != null) 173_uiElementIsland.Dispose();