2 writes to _child
PresentationFramework (2)
MS\Internal\Documents\UIElementIsland.cs (2)
36_child = child; 169_child = null;
16 references to _child
PresentationFramework (16)
MS\Internal\Documents\UIElementIsland.cs (16)
38if (_child != null) 41Visual currentParent = VisualTreeHelper.GetParent(_child) as Visual; 49Children.Add(_child); 73if (_child != null) 77if (_child is FrameworkElement && ((FrameworkElement)_child).Parent != null) 79SetValue(FrameworkElement.FlowDirectionProperty, ((FrameworkElement)_child).Parent.GetValue(FrameworkElement.FlowDirectionProperty)); 87_child.Measure(availableSize); 90islandSize.Width = horizontalAutoSize ? _child.DesiredSize.Width : availableSize.Width; 91islandSize.Height = verticalAutoSize ? _child.DesiredSize.Height : availableSize.Height; 92_child.Arrange(new Rect(islandSize)); 119return _child; 166if (_child != null) 211if (_child != null) 213hostedElements.Add(_child); 224Invariant.Assert(child == _child);