2 writes to _clonedElement
PresentationFramework (2)
System\Windows\Controls\ComboBox.cs (2)
873_clonedElement = null; 886_clonedElement = logicalElement as UIElement;
19 references to _clonedElement
PresentationFramework (19)
System\Windows\Controls\ComboBox.cs (19)
227if (comboBox._clonedElement != null && VisualTreeHelper.GetParent(comboBox._clonedElement) == null) 236cb._clonedElement?.CoerceValue(FrameworkElement.FlowDirectionProperty); 489((highlightedElement = comboBox.HighlightedElement) != null && highlightedElement.Content == comboBox._clonedElement); 870if (_clonedElement != null) 872_clonedElement.LayoutUpdated -= CloneLayoutUpdated; 888if (_clonedElement != null) 891VisualBrush visualBrush = new VisualBrush(_clonedElement) 897Viewbox = new Rect(_clonedElement.RenderSize), 901Viewport = new Rect(_clonedElement.RenderSize) 916DependencyObject parent = VisualTreeHelper.GetParent(_clonedElement); 920visualBrush.Transform = new MatrixTransform(new Matrix(-1.0, 0.0, 0.0, 1.0, _clonedElement.RenderSize.Width, 0.0)); 927Width = _clonedElement.RenderSize.Width, 928Height = _clonedElement.RenderSize.Height 931_clonedElement.LayoutUpdated += CloneLayoutUpdated; 960rect.Width = _clonedElement.RenderSize.Width; 961rect.Height = _clonedElement.RenderSize.Height; 964visualBrush.Viewbox = new Rect(_clonedElement.RenderSize); 965visualBrush.Viewport = new Rect(_clonedElement.RenderSize);