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)
141return _uiElementIsland; 157if(_uiElementIsland == null || _uiElementIsland.Root != childElement) 159if(_uiElementIsland != null) 161_uiElementIsland.Dispose();