2 writes to _clonedElement
PresentationFramework (2)
System\Windows\Controls\ComboBox.cs (2)
881_clonedElement = null; 894_clonedElement = logicalElement as UIElement;
20 references to _clonedElement
PresentationFramework (20)
System\Windows\Controls\ComboBox.cs (20)
230if (comboBox._clonedElement != null && VisualTreeHelper.GetParent(comboBox._clonedElement) == null) 239if (cb._clonedElement != null) 241cb._clonedElement.CoerceValue(FrameworkElement.FlowDirectionProperty); 495((highlightedElement = comboBox.HighlightedElement) != null && highlightedElement.Content == comboBox._clonedElement); 878if (_clonedElement != null) 880_clonedElement.LayoutUpdated -= CloneLayoutUpdated; 896if (_clonedElement != null) 899VisualBrush visualBrush = new VisualBrush(_clonedElement); 904visualBrush.Viewbox = new Rect(_clonedElement.RenderSize); 908visualBrush.Viewport = new Rect(_clonedElement.RenderSize); 922DependencyObject parent = VisualTreeHelper.GetParent(_clonedElement); 926visualBrush.Transform = new MatrixTransform(new Matrix(-1.0, 0.0, 0.0, 1.0, _clonedElement.RenderSize.Width, 0.0)); 932rect.Width = _clonedElement.RenderSize.Width; 933rect.Height = _clonedElement.RenderSize.Height; 935_clonedElement.LayoutUpdated += CloneLayoutUpdated; 964rect.Width = _clonedElement.RenderSize.Width; 965rect.Height = _clonedElement.RenderSize.Height; 968visualBrush.Viewbox = new Rect(_clonedElement.RenderSize); 969visualBrush.Viewport = new Rect(_clonedElement.RenderSize);