1 write to _decorator
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
67
this.
_decorator
= new AdornerDecorator();
11 references to _decorator
WindowsFormsIntegration (11)
System\Windows\Integration\ElementHost.cs (11)
68
_decorator
.Child = this._hostContainerInternal;
74
System.Windows.Input.FocusManager.SetIsFocusScope(this.
_decorator
, true);
112
_decorator
.Measure(constraints);
113
SD.Size prefSize = Convert.ToSystemDrawingSize(
_decorator
.DesiredSize, scale);
283
System.Windows.Input.FocusManager.SetFocusedElement(
_decorator
, null);
295
_decorator
.Focus();
393
_decorator
.InvalidateVisual();
411
SWMI.RenderTargetBitmap renderBitmap = HostUtils.GetBitmapForFrameworkElement(
_decorator
);
579
RootVisual =
_decorator
818
layoutTransforms.Children.Add(
_decorator
.LayoutTransform);
820
_decorator
.LayoutTransform = layoutTransforms;