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)
142return _uiElementIsland; 158if(_uiElementIsland == null || _uiElementIsland.Root != childElement) 160if(_uiElementIsland != null) 162_uiElementIsland.Dispose();