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