2 writes to _clonedElement
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
530
_clonedElement
= null;
543
_clonedElement
= logicalElement as UIElement;
16 references to _clonedElement
System.Windows.Controls.Ribbon (16)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (16)
527
if (
_clonedElement
!= null)
529
_clonedElement
.LayoutUpdated -= CloneLayoutUpdated;
545
if (
_clonedElement
!= null)
548
VisualBrush visualBrush = new VisualBrush(
_clonedElement
)
554
Viewbox = new Rect(
_clonedElement
.RenderSize),
558
Viewport = new Rect(
_clonedElement
.RenderSize)
564
FlowDirection elementFD = (FlowDirection)
_clonedElement
.GetValue(FlowDirectionProperty);
565
DependencyObject parent = VisualTreeHelper.GetParent(
_clonedElement
);
569
visualBrush.Transform = new MatrixTransform(new Matrix(-1.0, 0.0, 0.0, 1.0,
_clonedElement
.RenderSize.Width, 0.0));
576
Width =
_clonedElement
.RenderSize.Width,
577
Height =
_clonedElement
.RenderSize.Height
580
_clonedElement
.LayoutUpdated += CloneLayoutUpdated;
610
rect.Width =
_clonedElement
.RenderSize.Width;
611
rect.Height =
_clonedElement
.RenderSize.Height;
614
visualBrush.Viewbox = new Rect(
_clonedElement
.RenderSize);
615
visualBrush.Viewport = new Rect(
_clonedElement
.RenderSize);