2 writes to _child
PresentationFramework (2)
MS\Internal\Documents\UIElementIsland.cs (2)
34_child = child; 167_child = null;
16 references to _child
PresentationFramework (16)
MS\Internal\Documents\UIElementIsland.cs (16)
36if (_child != null) 39Visual currentParent = VisualTreeHelper.GetParent(_child) as Visual; 47Children.Add(_child); 71if (_child != null) 75if (_child is FrameworkElement && ((FrameworkElement)_child).Parent != null) 77SetValue(FrameworkElement.FlowDirectionProperty, ((FrameworkElement)_child).Parent.GetValue(FrameworkElement.FlowDirectionProperty)); 85_child.Measure(availableSize); 88islandSize.Width = horizontalAutoSize ? _child.DesiredSize.Width : availableSize.Width; 89islandSize.Height = verticalAutoSize ? _child.DesiredSize.Height : availableSize.Height; 90_child.Arrange(new Rect(islandSize)); 117return _child; 164if (_child != null) 209if (_child != null) 211hostedElements.Add(_child); 222Invariant.Assert(child == _child);