2 writes to _clonedElement
PresentationFramework (2)
System\Windows\Controls\ComboBox.cs (2)
891_clonedElement = null; 904_clonedElement = logicalElement as UIElement;
20 references to _clonedElement
PresentationFramework (20)
System\Windows\Controls\ComboBox.cs (20)
240if (comboBox._clonedElement != null && VisualTreeHelper.GetParent(comboBox._clonedElement) == null) 249if (cb._clonedElement != null) 251cb._clonedElement.CoerceValue(FrameworkElement.FlowDirectionProperty); 505((highlightedElement = comboBox.HighlightedElement) != null && highlightedElement.Content == comboBox._clonedElement); 888if (_clonedElement != null) 890_clonedElement.LayoutUpdated -= CloneLayoutUpdated; 906if (_clonedElement != null) 909VisualBrush visualBrush = new VisualBrush(_clonedElement); 914visualBrush.Viewbox = new Rect(_clonedElement.RenderSize); 918visualBrush.Viewport = new Rect(_clonedElement.RenderSize); 932DependencyObject parent = VisualTreeHelper.GetParent(_clonedElement); 936visualBrush.Transform = new MatrixTransform(new Matrix(-1.0, 0.0, 0.0, 1.0, _clonedElement.RenderSize.Width, 0.0)); 942rect.Width = _clonedElement.RenderSize.Width; 943rect.Height = _clonedElement.RenderSize.Height; 945_clonedElement.LayoutUpdated += CloneLayoutUpdated; 974rect.Width = _clonedElement.RenderSize.Width; 975rect.Height = _clonedElement.RenderSize.Height; 978visualBrush.Viewbox = new Rect(_clonedElement.RenderSize); 979visualBrush.Viewport = new Rect(_clonedElement.RenderSize);