2 writes to _clonedElement
PresentationFramework (2)
src\Framework\System\Windows\Controls\ComboBox.cs (2)
893_clonedElement = null; 906_clonedElement = logicalElement as UIElement;
20 references to _clonedElement
PresentationFramework (20)
src\Framework\System\Windows\Controls\ComboBox.cs (20)
241if (comboBox._clonedElement != null && VisualTreeHelper.GetParent(comboBox._clonedElement) == null) 250if (cb._clonedElement != null) 252cb._clonedElement.CoerceValue(FrameworkElement.FlowDirectionProperty); 506((highlightedElement = comboBox.HighlightedElement) != null && highlightedElement.Content == comboBox._clonedElement); 890if (_clonedElement != null) 892_clonedElement.LayoutUpdated -= CloneLayoutUpdated; 908if (_clonedElement != null) 911VisualBrush visualBrush = new VisualBrush(_clonedElement); 916visualBrush.Viewbox = new Rect(_clonedElement.RenderSize); 920visualBrush.Viewport = new Rect(_clonedElement.RenderSize); 934DependencyObject parent = VisualTreeHelper.GetParent(_clonedElement); 938visualBrush.Transform = new MatrixTransform(new Matrix(-1.0, 0.0, 0.0, 1.0, _clonedElement.RenderSize.Width, 0.0)); 944rect.Width = _clonedElement.RenderSize.Width; 945rect.Height = _clonedElement.RenderSize.Height; 947_clonedElement.LayoutUpdated += CloneLayoutUpdated; 976rect.Width = _clonedElement.RenderSize.Width; 977rect.Height = _clonedElement.RenderSize.Height; 980visualBrush.Viewbox = new Rect(_clonedElement.RenderSize); 981visualBrush.Viewport = new Rect(_clonedElement.RenderSize);