2 writes to _clonedElement
PresentationFramework (2)
System\Windows\Controls\ComboBox.cs (2)
867_clonedElement = null; 879_clonedElement = logicalElement as UIElement;
18 references to _clonedElement
PresentationFramework (18)
System\Windows\Controls\ComboBox.cs (18)
226if (comboBox._clonedElement != null && VisualTreeHelper.GetParent(comboBox._clonedElement) == null) 235cb._clonedElement?.CoerceValue(FrameworkElement.FlowDirectionProperty); 488((highlightedElement = comboBox.HighlightedElement) != null && highlightedElement.Content == comboBox._clonedElement); 866_clonedElement?.LayoutUpdated -= CloneLayoutUpdated; 881if (_clonedElement != null) 884VisualBrush visualBrush = new VisualBrush(_clonedElement) 890Viewbox = new Rect(_clonedElement.RenderSize), 894Viewport = new Rect(_clonedElement.RenderSize) 909DependencyObject parent = VisualTreeHelper.GetParent(_clonedElement); 913visualBrush.Transform = new MatrixTransform(new Matrix(-1.0, 0.0, 0.0, 1.0, _clonedElement.RenderSize.Width, 0.0)); 920Width = _clonedElement.RenderSize.Width, 921Height = _clonedElement.RenderSize.Height 924_clonedElement.LayoutUpdated += CloneLayoutUpdated; 953rect.Width = _clonedElement.RenderSize.Width; 954rect.Height = _clonedElement.RenderSize.Height; 957visualBrush.Viewbox = new Rect(_clonedElement.RenderSize); 958visualBrush.Viewport = new Rect(_clonedElement.RenderSize);